Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 5,304 for

sign document

(0.09 sec)
  1. Compress JPG In C++

    Compress JPG in C++ without losing quality. Optimize JPG content, reduce file size easily....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.jpg"); doc->Cleanup();...

    products.aspose.com/words/cpp/compress/jpg/
  2. Compress JPG In C#

    Compress JPG in C# without losing quality. Optimize JPG content, reduce file size easily....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Cleanup();...

    products.aspose.com/words/net/compress/jpg/
  3. 使用 Java 添加和验证 PDF 数字签名 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式在 PDF 文档中创建电子签名... 使用 Document 實例載入 PDF。 載入所有 PDF 文件,並指定其完整路徑。...toString (); Document pdfDocument = new Document ( inFile ); PdfFileSignature...

    products.aspose.com/pdf/zh-hant/java/signature/
  4. Compare Two Documents Using Python

    Compare Word or PDF Documents using Python to get the difference between files. You can also compare files in other popular formats....Compare Word or PDF documents in Python High-fidelity Python...NET library to compare two documents in PDF, Word, HTML, TXT, MD...

    products.aspose.com/words/python-net/compare/
  5. Edit TEXT In Java

    Edit TEXT in Java code.... Use it to modify text documents programmatically This is a...Programmatic modification of text documents is an integral part of modern...

    products.aspose.com/words/java/edit/text/
  6. Work with a Document Stored in a Liferay|Aspose...

    Compare Word Documents shared in Liferay using C#. Work with Documents stored in Liferay – various input formats, including Word, OpenOffice, Image and eBook....Ask AI Work with a Document Stored in a Liferay Contents [ Hide...explains how to work with documents stored in Liferay CMS. Liferay...

    docs.aspose.com/words/net/work-with-document-st...
  7. Assinatura Digital - Free Support Forum - aspos...

    Olá pessoal, estou tentando adicionar duas assinaturas digitais em um único arquivo PDF utilizando a biblioteca Aspose.PDF, porém estou enfrentando dificuldades. Consegui inserir a primeira assinatura sem problemas, ma…...own signature field and the document has to be saved incrementally...incrementally (append mode) after each signing operation. A full rewrite of...

    forum.aspose.com/t/assinatura-digital/321992
  8. Signing with certificate and TSA using Aspose.P...

    Hello. I’m trying to Sign a Document. TEST.pdf (28.1 KB) using the following Test-Certificate: D-TRUST GmbH - Test_CSM017878135.zip (8.9 KB) Password: H0FS7R1A6R I’m using the following code: Dim pdfDocument As D…...Signing with certificate and TSA using Aspose.PDF Aspose.PDF...1 Hello. I’m trying to sign a document. TEST.pdf (28.1 KB) using...

    forum.aspose.com/t/signing-with-certificate-and...
  9. WORD Mail Merge In C++

    Personalize your Mail merge WORD file using C++. Automate emails or build reports using Mail merge WORD template in C++.... Use our Mail merge document API to develop high-level...you can create personalized documents using the Mail merge Word...

    products.aspose.com/words/cpp/mailmerge/word/
  10. Several JPG Into BMP C#

    Merge multiple JPG into BMP in C# code. Save JPG as BMP using C#....several JPG into BMP Use our document merging API to develop high-level..."Input2.jpg" }; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/merge/jpg-to-bmp/