Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 5,401 for

sign document

(0.06 sec)
  1. Add Digital Signatures to Presentations in C++|...

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

    docs.aspose.com/slides/cpp/digital-signature-in...
  2. Add Digital Signatures to Presentations in Java...

    Learn how to digitally Sign PowerPoint & OpenDocument files with Aspose.Slides for Node.js via Java. Secure your slides in seconds with clear code examples....appear in the PowerPoint: To sign presentation or check the authenticity...setComments ( "Aspose.Slides digital signing test." ); // Add digital signature...

    docs.aspose.com/slides/nodejs-java/digital-sign...
  3. Several JPG Into BMP C++

    Merge multiple JPG into BMP in C++ code. Save JPG 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/jpg-to-bmp/
  4. Several Image Into PNG C++

    Merge multiple Image into PNG in C++ code. Save Image 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/image-to-png/
  5. Several JPG Into GIF C++

    Merge multiple JPG into GIF in C++ code. Save JPG as GIF 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-gif/
  6. Add Digital Signatures to Presentations in PHP|...

    Learn how to digitally Sign PowerPoint & OpenDocument files with Aspose.Slides for PHP via Java. Secure your slides in seconds with clear code examples....appear in the PowerPoint: To sign presentation or check the authenticity...setComments ( "Aspose.Slides digital signing test." ); # Add digital signature...

    docs.aspose.com/slides/php-java/digital-signatu...
  7. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital Signature of VBA code using Aspose.Cells for JavaScript via C++....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/check-if-d...
  8. Aspose.Cells for Java

    This API allows you to do all kinds of operations on Excel files files in Java code including creating, editing and converting etc....Java How to Digitally Sign an Excel Document using Java How to Convert...

    kb.aspose.com/cells/java/page/3/
  9. Compress HTML In C#

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

    products.aspose.com/words/net/compress/html/
  10. Extended Features lost - Free Support Forum - a...

    I'm trying to open a PDF, replace some text and then save the Document. The problem is that when I do this the extended features are disabled. public static void CreateProfile(SurveyProfile userProfile, string userProfi…...some text and then save the document. The problem is that when...ReadWrite)) { Document profileDocument = new Document(fileStream);...

    forum.aspose.com/t/extended-features-lost/32287