Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 373,070 for

save

(0.56 sec)
  1. Delete PDF Pages programmatically C#|Aspose.PDF...

    You can delete pages from your PDF file using Aspose.PDF for .NET library.... Call the Save method to save the updated PDF file...Delete ( 2 ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/delete-pages/
  2. Set Privileges on an Existing PDF File|Aspose.P...

    Learn how to set user privileges, such as printing or copying restrictions, for PDF documents using Aspose.PDF in Java....setPrivilege method and save the output PDF using save method. The following...privilege ); fileSecurity . save ( _dataDir + "sample_privileges...

    docs.aspose.com/pdf/java/set-privileges/
  3. Export Visio Diagram to XML in PHP|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....vsd" ); \ # Save as VDX $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "Diagram.vdx" ...

    docs.aspose.com/diagram/java/export-visio-diagr...
  4. Autofit Setting to Tables in Jython|Aspose.Word...

    Autofit Setting to Tables using Jython....AUTO_FIT_TO_CONTENTS ) # Save the document to disk. doc . save ( self . dataDir...FIXED_COLUMN_WIDTHS ) # Save the document to disk. doc . save ( self . dataDir...

    docs.aspose.com/words/java/autofit-setting-to-t...
  5. Hyphenation.is_dictionary_registered method | A...

    Hyphenation.is_dictionary_registered method. Returns ``False`` if for the specified language there is no dictionary registered or if registered is Null dictionary, ``True`` otherwise....dictionary, # and save it to a fixed-page save format. The text...locale_id == 2055 ))) doc . save ( ARTIFACTS_DIR + 'Hyphenation...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Delete Annotations (facades)|Aspose.PDF for Java

    This section explains how to delete annotations with Aspose.PDF Facades using PdfAnnotationEditor Class.... Finally, use save method to save the updated PDF file...getName ()); // Save updated PDF annotationEditor . save ( _dataDir...

    docs.aspose.com/pdf/java/delete-annotations/
  7. Convert PDF to Excel in Python|Aspose.PDF for P...

    Learn how to convert PDFs to Excel files using Aspose.PDF for Python via Java. Achieve precision and efficiency with our comprehensive tutorial.... Save it to XLS format specifying...extension by calling Document.Save() method and passing it ExcelSaveOptions...

    docs.aspose.com/pdf/python-java/convert-pdf-to-...
  8. RtfSaveOptions.saveFormat property | Aspose.Wor...

    RtfSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...SaveFormat Examples Shows how to save a document to .rtf with custom...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Add and Delete a Bookmark|Aspose.PDF for Java

    You can add a bookmark to a PDF document with Java. It is possible to delete all or particular bookmarks from a PDF document....pdfOutline ); // Save the update document pdfDocument . save ( _dataDir...pdfOutline ); // Save output pdfDocument . save ( _dataDir + "...

    docs.aspose.com/pdf/java/add-and-delete-bookmark/
  10. Convert PDF to Microsoft Word Documents in C++|...

    Aspose.PDF for C++ library allows you to convert PDF to Word format using C++ with ease and full control. These formats include DOC and DOCX. Learn more how to tune up PDF to Microsoft Word documents conversion....Doc lets you save the source file to Microsoft...with the source PDF document. Save it to SaveFormat::Doc format...

    docs.aspose.com/pdf/cpp/convert-pdf-to-word/