Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 5,173 for

sign document

(0.06 sec)
  1. CsvDataLoadOptions | Aspose.Words for Java

    Represents options for parsing CSV data in Java....the LINQ Reporting Engine documentation article. Remarks: An instance...source (string). Document doc = new Document(getMyDir() + "Reporting...

    reference.aspose.com/words/java/com.aspose.word...
  2. Several Image Into TXT C++

    Merge multiple Image into TXT in C++ code. Save Image as TXT using C++....example that iterates through documents and converts them to TXT:...}; auto doc = MakeObject <Document>(); auto builder = MakeObject...

    products.aspose.com/words/cpp/merge/image-to-txt/
  3. Several Image Into WORD C++

    Merge multiple Image into WORD in C++ code. Save Image as WORD using C++....example that iterates through documents and converts them to Word:...}; auto doc = MakeObject <Document>(); auto builder = MakeObject...

    products.aspose.com/words/cpp/merge/image-to-word/
  4. Convert HTML To GIF Javascript

    Convert HTML to GIF format in JavaScript code. Save HTML as GIF using JavaScript.... Modern document-processing JavaScript API...'@aspose/words' ); var doc = new aw.Document( "Input.html" ) for ( var...

    products.aspose.com/words/nodejs-net/conversion...
  5. Several JPG Into TXT C#

    Merge multiple JPG into TXT in C# code. Save JPG as TXT using C#....several JPG into TXT Use our document merging API to develop high-level...example that iterates through documents and converts them to TXT:...

    products.aspose.com/words/net/merge/jpg-to-txt/
  6. XSLFO to PDF Converter using C# | Aspose.PDF

    Sample code for XSLFO to PDF C# conversion. Use API example code for batch XSLFO files to PDF conversion within VB.NET, ASP.NET, or any .NET-based application...convert programmatically a document from XSLFO to PDF format with...with a modern document-processing .NET API. Use just a few lines...

    products.aspose.com/pdf/net/conversion/xslfo-to...
  7. Several Image Into BMP C++

    Merge multiple Image into BMP in C++ code. Save Image as BMP using C++....}; auto doc = MakeObject <Document>(); auto builder = MakeObject...page settings // to crop the document to fit the size of the pictures...

    products.aspose.com/words/cpp/merge/image-to-bmp/
  8. Several JPG Into PNG C++

    Merge multiple JPG into PNG in C++ code. Save JPG as PNG using C++....}; auto doc = MakeObject <Document>(); auto builder = MakeObject...page settings // to crop the document to fit the size of the pictures...

    products.aspose.com/words/cpp/merge/jpg-to-png/
  9. Add Digital Signatures to Presentations in .NET...

    Learn how to digitally Sign PowerPoint & OpenDocument files with Aspose.Slides for .NET. Secure your slides in seconds with clear code examples....appear in the PowerPoint: To sign presentation or check the authenticity...Comments = "Aspose.Slides digital signing test." ; // Add digital signature...

    docs.aspose.com/slides/net/digital-signature-in...
  10. Digital Signature - Validation Error - Free Sup...

    Hi, I am using Aspose 11.5 pdf version and using the following code to append digital Signtature to PDF. But the Signature is not being validated properly. Getting the error. Error during Signature verification. Error…...dataDir = “”; // Instantiate Document object dataDir = “C:\Tools\Digital\”;...pdfSignSingle.bindPdf(inputFile); // Sign the PDF file using PKCS1 object...

    forum.aspose.com/t/digital-signature-validation...