Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 369,852 for

save

(0.08 sec)
  1. Convert PDF to HTML in Python|Aspose.PDF for Py...

    This topic show you how to convert PDF file to HTML format with Aspose.PDF for Python via .NET library.... Save it to HtmlSaveOptions by calling save() method...apdf . Document ( path_infile ) save_options = apdf . HtmlSaveOptions...

    docs.aspose.com/pdf/python-net/convert-pdf-to-h...
  2. File Format Conversion via Java | products.aspo...

    Convert Microsoft Office Word, Excel, PowerPoint, Outlook, PDF, HTML, 3D Images, Diagrams, Video Formats and different other formats with just few lines of Java code....convert WORD to HTML by using Save method . Next open the converted...class and save the document to XLSX format using Save method. Developers...

    products.aspose.com/total/java/conversion/
  3. Specify Symbologies for BarCodes in Ruby|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Code39Standard ) \ # Save image to disk builder . save ( data_dir + "code39Standard...) . QR ) \ # Save image to disk builder . save ( data_dir + "QR...

    docs.aspose.com/barcode/java/specify-symbologie...
  4. Supported File Formats | Aspose.Note Documentation

    Aspose.Note for .NET supports multiple file formats including ONE, ONETOC2, PNG, GIF, JPEG, BMP, TIFF, PDF.... Format Description Load Save Remarks OneNote Document (Microsoft...File Format Save as PNG Image Save as GIF Image Save as JPEG Image...

    docs.aspose.com/note/net/supported-file-formats/
  5. Aspose.PDF exports corrupted graphics files- tr...

    I just tried the code out, and I can read in DOCX files and output them to PDF/TIFF/JPEG without issue. But when I read in a PDF file, and try to output DOCX/TIFF/JPEG, only the DOCX file works. The TIFF and JPEG files a…...Save(@“C:\1\test0.docx”, Aspose.Pdf...SaveFormat.DocX); <–Works d2.Save(@“C:\1\test0.tiff”); <–Creates...

    forum.aspose.com/t/aspose-pdf-exports-corrupted...
  6. Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... save ( "gs1_128.png" , BarCodeImageFormat...getSize (). setPoint ( 9 ); gen . save ( "gs1_128_complete.png" , BarCodeImageFormat...

    docs.aspose.com/barcode/java/developer-guide/ba...
  7. SaveOutputParameters.content_type property | As...

    SaveOutputParameters.content_type property. Returns the Content-Type string (Internet Media Type) that identifies the type of the Saved document....identifies the type of the saved document. @property def content_type...output parameters of a document’s save operation. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Basic operations with PDF documents|Aspose.PDF ...

    Basic operations section describes the possibilities of opening and saving PDF documents using the Aspose.PDF library for C++.... Save PDF document - describes various ways how to save a PDF...document to file, stream or save as PDF/A (or PDF/X) document...

    docs.aspose.com/pdf/cpp/basic-operations/
  9. Add Pages in PDF|Aspose.PDF for PHP via Java

    This article teaches how to insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using PHP.... Save the output PDF using the Save method. The following...insert ( 2 ); // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/add-pages/
  10. Move and Remove Form Field|Aspose.PDF for .NET

    Explore how to manage form fields in PDFs, including moving or removing them, using Aspose.PDF for .NET....also need to save the updated PDF file using Save method of FormEditor...514.03f ); // Save PDF document editor . Save ( dataDir + "MoveField_out...

    docs.aspose.com/pdf/net/move-remove-form-field/