Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 15,044 for

pdf to doc

(0.23 sec)
  1. Convert XFA to Dynamic AcroForm and Flatten the...

    Hi, I am using Aspose Pdf dll To flatten my fillable Pdf’s and its not working. My actual requirement is To concatenate two Pdf’s. When i am trying To concatenate a fillable Pdf with normal Pdf it is not concatenating…...PDF for .NET Aspose.PDF Product Family xfa-to-acroform...xfa-to-acroform , xfa-acroform , flatten-pdf rajesh550s September 8, 2014...

    forum.aspose.com/t/convert-xfa-to-dynamic-acrof...
  2. Several JPG Into PNG Python

    Merge multiple JPG inTo PNG in Python code. Save JPG as PNG using Python....jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.png" ) Run code...

    products.aspose.com/words/python-net/merge/jpg-...
  3. Several JPG Into BMP Python

    Merge multiple JPG inTo BMP in Python code. Save JPG as BMP using Python....jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.bmp" ) Run code...

    products.aspose.com/words/python-net/merge/jpg-...
  4. Several HTML Into EPUB Javascript

    Merge multiple HTML inTo EPUB in JavaScript code. Save HTML as EPUB using JavaScript....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF...other file formats: HTML TO DOC HTML TO DOCX HTML TO GIF HTML...

    products.aspose.com/words/nodejs-net/merge/html...
  5. Several HTML Into DOCX Javascript

    Merge multiple HTML inTo DocX in JavaScript code. Save HTML as DocX using JavaScript....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF...other file formats: HTML TO DOC HTML TO EPUB HTML TO GIF HTML...

    products.aspose.com/words/nodejs-net/merge/html...
  6. Several JPG Into GIF Javascript

    Merge multiple JPG inTo GIF in JavaScript code. Save JPG as GIF using JavaScript....jpg" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  7. PageSet.all property | Aspose.Words for Node.js

    PageSet.all property. Gets a set with all the pages of the Document in their original order.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); for ( let i = 0 ; i < 5 ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::PageSetup::get_Margins method | ...

    Aspose::Words::PageSetup::get_Margins method. Returns or sets preset Margins of the page in C++.... auto doc = System :: MakeObject < Aspose...docx" ); // Saving a document to PDF, to an image, or printing for...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. SaveOptions.dmlRenderingMode property | Aspose....

    SaveOptions.dmlRenderingMode property. Gets or sets a value determining how DrawingML shapes are rendered....document as we save it to PDF. let doc = new aw . Document ( base...method converts the document to .PDF. let options = new aw . Saving...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Contains settings of the digital signature timestamp in Java....saved PDF document digitally and timestamp it. Document doc = new...DocumentBuilder(doc); builder.writeln("Signed PDF contents."); //...

    reference.aspose.com/words/java/com.aspose.word...