Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 369,804 for

save

(0.1 sec)
  1. Set Privileges on PDF|Aspose.PDF for .NET

    Discover how to modify user privileges in PDF files, restricting certain actions using Aspose.PDF in .NET....privilege ); // Save PDF document fileSecurity . Save ( dataDir +...privilege ); // Save PDF document fileSecurity . Save ( dataDir +...

    docs.aspose.com/pdf/net/set-privileges/
  2. Add Line Object to PDF file|Aspose.PDF for Pyth...

    This article explains how to create a line object to your PDF using Aspose.PDF for Python via .NET....Line Add the Line to the Graph Save our PDF file. import aspose...append ( line ) # Save PDF file document . save ( path_outfile )...

    docs.aspose.com/pdf/python-net/add-line/
  3. Change pages only after comparison - Free Suppo...

    Hi, docA = aw.Document( "DocumentA.docx") docB = aw.Document("DocumentA_corrected.docx") options = aw.comparing.CompareOptions() options.ignore_formatting = True options.ignore_headers_and_footers = True o…...comparing now is there way to save only these pages? can the do...2025, 1:30pm 2 @Prakruth To save only the pages that have changes...

    forum.aspose.com/t/change-pages-only-after-comp...
  4. C++ API to Convert XML to XLT | products.aspose...

    Convert XML to XLT via C++ API without using Microsoft Excel or Adobe Reader...Convert XML to XLSX by using Save member function Load XLSX document...reference Save the document to XLT format using Save member function...

    products.aspose.com/total/cpp/conversion/xml-to...
  5. Remove Slides from Presentations in Python|Aspo...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Get clear code examples and boost your workflow.... Save the modified presentation. The...) # Save the modified presentation. presentation . save ( "output...

    docs.aspose.com/slides/python-net/remove-slide-...
  6. Add PDF Form Fields|Aspose.PDF for .NET

    This topic explains how to work with Form Fields with Aspose.PDF Facades using FormEditor Class....SetFieldLimit and finally use Save method to save the updated PDF file..."Country" , 20 ); // Save PDF document editor . Save ( dataDir + "Sample-Form-01-mod...

    docs.aspose.com/pdf/net/add-form-fields/
  7. Aspose::Words::Saving::MarkdownOfficeMathExport...

    Aspose::Words::Saving::MarkdownOfficeMathExportMode enum. Specifies how Aspose.Words exports OfficeMath to Markdown in C++....Aspose::Words::Saving::MarkdownOfficeMathEx enum Contents [ Hide...MakeObject < Aspose :: Words :: Saving :: MarkdownSaveOptions > ();...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. PdfSaveOptions.text_compression property | Aspo...

    PdfSaveOptions.text_compression property. Specifies compression type to be used for all textual content in the document.... saving . PdfTextCompression : ......, value : aspose . words . saving . PdfTextCompression ): .....

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert PDF to PDF/x formats in Python|Aspose.P...

    This topic shows you how to convert PDF to PDF/x formats using Aspose.PDF for Python via .NET....The validation results are saved in a log file. Load the PDF...elements that prevent compliance. Save the converted PDF/A-compliant...

    docs.aspose.com/pdf/python-net/convert-pdf-to-p...
  10. Fill AcroForms|Aspose.PDF for PHP via Java

    This section explains how to fill form field in a PDF document with Aspose.PDF for PHP via Java....1" ); // Save the updated document $document -> save ( $outputFile...$outputFile ); // Save modified PDF $document -> close (); Convert...

    docs.aspose.com/pdf/php-java/fill-form/