GroupDocs.Signature for Java Tá rogha leathan bealaí le próiseáil i bhformáidí doiciméid éilimh trí úsáid a bhaint as sínithe leictreonacha i bhfeidhmiúlacht API. Tacaítear le speictream leathan ríomhshínithe amhail téacsanna, íomhánna, deimhnithe digiteacha, barrachóid, cóid QR, stampaí nó meiteashonraí. Is féidir le custaiméirí sínithe digiteacha a chur leis, a bhaint, a chur in eagar, a bhailíochtú nó a chuardach ag comhaid PDF, doiciméid MS Word, leabhair oibre MS Excel, láithreoireachtaí MS PowerPoint, comhaid Adobe Photoshop agus formáidí éagsúla íomhá. Tá go leor gnéithe agus socruithe úsáideacha ar fáil.
Cuimsíonn GroupDocs.Signature for Java gnéithe úsáideacha amhail nuashonrú ar Text sínithe a cuireadh i ndoiciméid Pptx. Is féidir gnéithe sínithe a athrú gan cód breise.
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 Pptx file
String filePath = "input.pptx";
// Set up output file
String outputFilePath = "output.pptx";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
// Id of signature which is supposed to be updated
// such Id might be got as a result of search operation
String id = "eff64a14-dad9-47b0-88e5-2ee4e3604e71";
// provide signature features to update
// set up particular signature id
TextSignature signatureToUpdate = new TextSignature(id);
// specify signature width
signatureToUpdate.setWidth(130);
// specify signature height
signatureToUpdate.setHeight(20);
// set left position
signatureToUpdate.setLeft(40);
// set top position
signatureToUpdate.setTop(50);
// set up new text
signatureToUpdate.setText("Mr. John Smith");
// update signature
Boolean updateResult = signature.update(outputFilePath, signatureToUpdate);
// process updation result
if (updateResult)
{
System.out.println("Signature was updated successfully!");
}
Cuir sínithe leictreonacha éagsúla den doiciméad Pptx in eagar 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
“Sínithe digiteacha a chur in eagar a chuirtear i bhformáidí éagsúla doiciméad. Nuashonraigh sonraí sínithe gan cód breise.”
(Portable Document Format)
(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)
(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)