GroupDocs.Signature for Java soláthraíonn Java API chun doiciméid a phróiseáil ag baint úsáide as cineálacha sínithe éagsúla ar nós téacsanna, íomhánna, teastais dhigiteacha, barrachóid, QR-cóid, stampaí nó meiteashonraí. Is féidir le húsáideoirí sínithe leictreonacha a chur leis, a scriosadh, a nuashonrú, a fhíorú nó a chuardach laistigh de PDFs, doiciméid MS Word, leabhair oibre MS Excel, cur i láthair MS PowerPoint, comhaid Adobe Photoshop agus formáidí íomhá éagsúla, le tacaíocht bhreise chun airíonna sínithe a shaincheapadh de réir mar is gá.
Déanann GroupDocs.Signature for Java é níos fusa d’fhorbróirí Java cuardach a dhéanamh ar shínithe Barcode i gcomhaid Pdf óna bhfeidhmchláir trí roinnt céimeanna éasca a chur i bhfeidhm.
Tacaítear le GroupDocs.Signature for Java ar gach mór-ardán agus córas oibriúcháin. Sula ndéanann tú an cód thíos, déan cinnte go bhfuil na réamhriachtanais seo a leanas suiteáilte ar do chóras.
// Set up input Pdf file
String filePath = "input.pdf";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
//Create search options
BarcodeSearchOptions options = new BarcodeSearchOptions();
// specify special pages to search on
options.setAllPages(false);
// single page number
options.setPageNumber(1);
// specify text match type
options.setMatchType(TextMatchType.Contains);
// specify text pattern to search
options.setText("Text signature");
// return Barcode images for processing
options.setReturnContent(true);
// set up type of returned Barcode images
options.setReturnContentType(FileType.PNG);
// search for Barcode signatures in Pdf document
List<BarcodeSignature> signatures = signature.search(BarcodeSignature.class, options);
// process signatures which were found
signatures.forEach(item -> System.out.println(item.toString()));
Cuardaigh an doiciméad le haghaidh sínithe leictreonacha éagsúla ar chomhaid Pdf faoi láthair trí chuairt a thabhairt ar an suíomh Gréasáin GroupDocs.Signature App.
Ní gá API a íoslódáil
Ní gá aon chód a scríobh
Just a uaslódáil an comhad foinse
Faigh nasc íoslódála chun an comhad a shábháil
“Cuardach sínithe leictreonacha i ndoiciméid éagsúla. Faigh sínithe ón gceann de na formáidí comhaid coitianta mar a thaispeántar thíos.”
(Microsoft Word Binary Format)
(Office 2007+ Word Document)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word 2007+ Template File)
(Microsoft Word Template File )
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(Comma Seperated Values)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Microsoft PowerPoint 97-2003)
(Open XML presentation Format)
(PowerPoint Slide Show)
(PowerPoint Slide Show)
(OpenDocument Presentation Format)
(OpenDocument Standard Format)
(Microsoft PowerPoint Template Presentation)
(Microsoft PowerPoint Template File)
(Macro-enabled Presentation File)
(Macro-enabled Slide Show)
(Portable Network Graphic)
(Joint Photographic Expert Group Image)
(Bitmap Image File)
(Graphical Interchange Format)
(Tagged Image File Format)
(Scalar Vector Graphics)
(Raster Web Image Format)
(Windows Metafile)