GroupDocs.Signature for Java እንደ ጽሁፎች፣ ምስሎች፣ ዲጂታል ሰርተፊኬቶች፣ ባርኮዶች፣ QR-ኮዶች፣ ማህተሞች ወይም ሜታዳታ ያሉ የተለያዩ የፊርማ አይነቶችን በመጠቀም ሰነዶችን ለመስራት Java ኤፒአይን ያቀርባል። ተጠቃሚዎች እንደ አስፈላጊነቱ የፊርማ ንብረቶችን ለማበጀት ተጨማሪ ድጋፍ በፒዲኤፍ፣ MS Word ሰነዶች፣ MS ኤክሴል የስራ ደብተሮች፣ MS PowerPoint አቀራረቦች፣ አዶቤ ፎቶሾፕ ፋይሎች እና የተለያዩ የምስል ቅርጸቶች ውስጥ የኤሌክትሮኒክ ፊርማዎችን ማከል፣ መሰረዝ፣ ማዘመን፣ ማረጋገጥ ወይም መፈለግ ይችላሉ።
GroupDocs.Signature for Java ለJava ገንቢዎች ጥቂት ቀላል ደረጃዎችን በመተግበር በPdf ፋይሎች ውስጥ ፊርማዎችን መፈለግ ቀላል ያደርገዋል።
GroupDocs.Signature for Java በሁሉም ዋና መድረኮች እና ስርዓተ ክወናዎች ላይ ይደገፋሉ። ከዚህ በታች ያለውን ኮድ ከመተግበሩ በፊት፣ እባክዎ በስርዓትዎ ላይ የሚከተሉት ቅድመ ሁኔታዎች እንዳሉዎት ያረጋግጡ።
// 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()));
የGroupDocs.signature መተግበሪያ ድህረ ገጽን በመጎብኘት ሰነዱን አሁን በPdf ፋይሎች ላይ የተለያዩ የኤሌክትሮኒክ ፊርማዎችን ይፈልጉ።
API ን የማውረድ አያስፈልግም
ማንኛውንም ኮድ መጻፍ አያስፈልግም
የምንጭ ፋይልን ይስቀሉ
ፋይሉን ለማዳን የማውረድ አገናኝ ያግኙ
“የኤሌክትሮኒክ ፊርማዎች በተለያዩ ሰነዶች ውስጥ ይፈልጉ. ከታች እንደሚታየው ከታዋቂው የፋይል ቅርጸቶች ፊርማዎችን ያግኙ።”
(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)