Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 5,240 for

sign document

(0.17 sec)
  1. 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/
  2. 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/
  3. 创建每行具有不同水平对齐方式的文本框,使用 Node.js 和 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建每行可以有不同水平对齐方式的文本框...node" ); // The path to the documents directory. const dataDir =...get ( 0 ); shape . setText ( "Sign up for your free phone number...

    docs.aspose.com/cells/zh/nodejs-cpp/create-text...
  4. Add Digital Signatures to Presentations on Andr...

    Learn how to digitally Sign PowerPoint & OpenDocument files with Aspose.Slides for Android. Secure your slides in seconds with clear Java 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/androidjava/digital-sign...
  5. 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/
  6. 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
  7. Convert TEXT To WORD Javascript

    Convert TEXT to WORD format in JavaScript code. Save TEXT as WORD using JavaScript....the input file and create a Document object to load the text content...'@aspose/words' ); var doc = new aw.Document( "Input.txt" ) doc.save( "Output...

    products.aspose.com/words/nodejs-net/conversion...
  8. Convert DOC To DOCX Javascript

    Convert DOC to DOCX format in JavaScript code. Save DOC as DOCX using JavaScript....the input file and create a Document object to load the DOC content...'@aspose/words' ); var doc = new aw.Document( "Input.doc" ) doc.save( "Output...

    products.aspose.com/words/nodejs-net/conversion...
  9. Convert DOC To RTF Javascript

    Convert DOC to RTF format in JavaScript code. Save DOC as RTF using JavaScript....the input file and create a Document object to load the DOC content...'@aspose/words' ); var doc = new aw.Document( "Input.doc" ) doc.save( "Output...

    products.aspose.com/words/nodejs-net/conversion...
  10. Several JPG Into TXT C++

    Merge multiple JPG into TXT in C++ code. Save JPG 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/jpg-to-txt/