Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 361,312 for

save

(0.43 sec)
  1. ParagraphFormat.SuppressAutoHyphens | Aspose.Wo...

    Control hyphenation in your document with the ParagraphFormat SuppressAutoHyphens property, ensuring clear and professional paragraph formatting....// When we save this document to a fixed page save format, its...suppressAutoHyphens ; doc . Save ( ArtifactsDir + "ParagraphFormat...

    reference.aspose.com/words/net/aspose.words/par...
  2. Export Document Structure While Converting to P...

    Learn how to export document structure while converting an Excel file to a tagged PDF using Aspose.Cells for Node.js via C++....getExportDocumentStr() you can save to a tagged PDF with the document...); // Save the pdf file with PdfSaveOptions wb . save ( "output...

    docs.aspose.com/cells/nodejs-cpp/export-documen...
  3. PDF Viewer via C# | Aspose.PDF

    Open and view documents programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); // save document in HTML format document . Save ( "output...

    products.aspose.com/pdf/net/viewer/
  4. 安装|Python via .NET 格式的 Aspose.Words

    使用 Manage NuGet Packages 或 Package Manager Console 等 Visual Studio 工具以及 MSI 安装程序安装 Aspose.Words for Python。使用 Full Trust 权限集。...words as aw # Create and save a simple document doc = aw ...for Python via .NET" ) doc . save ( "C: \\ Temp \\ out.docx" )...

    docs.aspose.com/words/zh/python-net/installation/
  5. FixedPageSaveOptions class | Aspose.Words for P...

    aspose.words.saving.FixedPageSaveOptions class. Contains common options that can be specified when saving a document into fixed page formats (PDF, XPS, images etc)...that can be specified when saving a document into fixed page...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  6. View CGM Files using Python | Aspose.PDF

    Open and view CGM documents programmatically with Python sample code using Aspose.PDF for Python for .NET...options ) # save document in HTML format document . save ( path_outfile...

    products.aspose.com/pdf/python-net/viewer/cgm/
  7. View SVG Files using C++ | Aspose.PDF

    Open and view SVG documents programmatically with C++ sample code using Aspose.PDF for C++...()); // save document in HTML format document . Save ( "output...

    products.aspose.com/pdf/cpp/viewer/svg/
  8. Aspose::Words::LowCode::Splitter class | Aspose...

    Aspose::Words::LowCode::Splitter class. Provides methods intended to split the documents into parts using different criteria in C++....pages from a document file and saves the extracted pages to a new...pages from a document file and saves the extracted pages to a new...

    reference.aspose.com/words/cpp/aspose.words.low...
  9. IFontSavingCallback.FontSaving | Aspose.Words f...

    Discover the iFontSavingCallback method in Aspose.Words, designed to optimize font resource saving for enhanced document performance....Words is about to save a font resource. public void...logic for exporting fonts when saving to HTML. public void SaveExportedFonts...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Fill AcroForm|Aspose.PDF for C++

    This section explains how to fill form field in a PDF document with Aspose.PDF for C++....field" ); // Save updated document document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/fill-form/