Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 361,092 for

save

(0.24 sec)
  1. Merge PCL files using C++ | Aspose.PDF

    Merge PCL files programmatically with C++ sample code using Aspose.PDF for C++...download format to any supported save format. Aspose.PDF for C++ library...formats, both for loading and saving. Draw your attention that the...

    products.aspose.com/pdf/cpp/merger/pcl/
  2. Merge MD files using C++ | Aspose.PDF

    Merge MD files programmatically with C++ sample code using Aspose.PDF for C++...download format to any supported save format. Aspose.PDF for C++ library...formats, both for loading and saving. Draw your attention that the...

    products.aspose.com/pdf/cpp/merger/md/
  3. Create Links in PDF file with C#|Aspose.PDF for...

    This section explains how to create links in your PDF document with C#....Finally, save the updated PDF using the Document object’s Save method...collection. Save the updated PDF using the Document object’s Save method...

    docs.aspose.com/pdf/net/create-links/
  4. Convert HTML to PDF in Python | products.aspose...

    Convert HTML to PDF in Python. Use Python library API to convert HTML files to PDFs...Presentation from HTML file and save it as PDF. Python code for converting... add_from_html(data) pres . save( "index.pdf" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  5. Convert PDF to TIFF in Java | products.aspose.com

    Convert PDF to TIFF in Java. Use Java library API to convert PDF files to TIFFs...Presentation from PDF file and save it as TIFF. Java code for converting...addFromPdf ( "InputPDF.pdf" ); pres . save ( "doc.tiff" , SaveFormat ....

    products.aspose.com/slides/java/conversion/pdf-...
  6. Convert Image to PDF in Python | products.aspos...

    Convert Image to PDF in Python. Use Python library API to convert Image files to PDFs...Presentation from Image file and save it as PDF. Python code for converting..., 100 , 100 , image) pres . save( "index.pdf" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  7. DownsampleOptions.resolution_threshold property...

    DownsampleOptions.resolution_threshold property. Specifies the threshold resolution in pixels per inch...can pass to the document's "Save" method # to modify how that...document to .PDF. options = aw . saving . PdfSaveOptions () # By default...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 在使用Node.js通过C++将Excel渲染为PDF时忽略错误|Documentation

    了解在将Excel文件转换为PDF时如何忽略错误,使用编号Aspose.Cells for Node.js via C++。...( filePath ); // Specify Pdf Save Options - Ignore Error const...= true ; // Save the Workbook in Pdf with Pdf Save Options wb...

    docs.aspose.com/cells/zh/nodejs-cpp/ignore-erro...
  9. Convert HTML to Image in C++ | products.aspose.com

    Convert HTML to Image in C++. Use C++ library API to convert HTML files to Images...Presentation from HTML file and save it as Image. C++ code for converting...index); slide -> GetThumbnail() -> Save(fileName, ImageFormat :: get_Png());...

    products.aspose.com/slides/cpp/conversion/html-...
  10. Add Images to PDF using JavaScript via C++ | As...

    Adding images into PDF documents programmatically with JavaScript via C++ sample code using Aspose.PDF for JavaScript via C++... Use the GSave operator to save the current graphical state...operator to save the updated graphical state. Save the PDF file...

    products.aspose.com/pdf/javascript-cpp/images/add/