Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 380,964 for

save

(1.11 sec)
  1. Convert PDF to PowerPoint|Aspose.PDF for Androi...

    Aspose.PDF allows you to convert PDF to PowerPoint format. One way there is a possibility to convert PDF to PPTX with Slides as Images....save(..) method. Check next code...= new PptxSaveOptions (); // Save the output in PPTX File xlsFileName...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  2. View OTP in C++ | products.aspose.com

    View OTP presentations in C++. Use Aspose.Slides for C++ to open OpenDocument presentation template files and Save them as responsive HTML....for C++ to open OTP files and save them as responsive HTML. Download...with the Presentation class and save it as HTML for browser-based...

    products.aspose.com/slides/cpp/viewer/otp/
  3. View POTX in C++ | products.aspose.com

    View POTX presentations in C++. Use Aspose.Slides for C++ to open PowerPoint Open XML template files and Save them as responsive HTML....for C++ to open POTX files and save them as responsive HTML. Download...with the Presentation class and save it as HTML for browser-based...

    products.aspose.com/slides/cpp/viewer/potx/
  4. Set Field Limit|Aspose.PDF for Python via .NET

    This example shows how to set a maximum character limit for a form field in a PDF document using Aspose.PDF for Python.... Save the updated PDF. from io import...limit." ) # Save updated document form_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/set-field-limit/
  5. Set PDF file information - facades|Aspose.PDF f...

    This section explains how to set PDF file information with Aspose.PDF Facades using PdfFileInfo Class.... Finally, save the updated PDF file using saveNewInfo(...setCreator ( "Aspose" ); // Save updated file fileInfo . saveNewInfo...

    docs.aspose.com/pdf/java/set-pdf-information/
  6. Convert JPG to PDF|Aspose.PDF for Android via Java

    Learn how to easily convert a JPG images to PDF file. Also, you can convert an image to PDF with the same height and width of the page....JPG image and add to paragraph Save output PDF The code snippet...pdf" ); // Save output document try { document . save ( pdfFileName...

    docs.aspose.com/pdf/androidjava/convert-jpg-to-...
  7. 从 PDF 中删除表单 C#|Aspose.PDF for .NET

    基于子类型/表单使用 Aspose.PDF for .NET 库删除文本。 从 PDF 中删除所有表单。..."" ; } } } // Save PDF document document . Save ( dataDir + "TextBox_out...Name ); } } // Save PDF document document . Save ( dataDir + "TextBox_out...

    docs.aspose.com/pdf/zh/net/remove-form/
  8. Convert Visio to Excel format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to Excel formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to CSV with a few lines of code....read the diagram files and the Save method to export the diagram...class. Call the Diagram classs Save method and set the output format...

    docs.aspose.com/diagram/net/convert-visio-to-ex...
  9. Create CheckBox Field|Aspose.PDF for Python via...

    Learn how to programmatically add a checkbox form field to a PDF document using Aspose.PDF for Python. This guide demonstrates how to use the FormEditor class to insert an interactive checkbox into an existing PDF file and Save the updated document.... Save the updated PDF document. import...240 , 498 , 256 , 514 , ) # Save updated PDF document with form...

    docs.aspose.com/pdf/python-net/create-checkbox-...
  10. Replace Text With State|Aspose.PDF for Python v...

    In this example, all occurrences of "software" are replaced with "SOFTWARE" and formatted in blue with a font size of 14.... Save the updated PDF document. import...text_state ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/replace-text-wit...