Sort Score
Result 10 results
Languages All
Labels All
Results 6,161 - 6,170 of 368,014 for

save

(0.18 sec)
  1. Merge PCL files using .NET | Aspose.PDF

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

    products.aspose.com/pdf/net/merger/pcl/
  2. Merge XML files using .NET | Aspose.PDF

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

    products.aspose.com/pdf/net/merger/xml/
  3. Merge PS files using .NET | Aspose.PDF

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

    products.aspose.com/pdf/net/merger/ps/
  4. Merge SVG files using Java | Aspose.PDF

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

    products.aspose.com/pdf/java/merger/svg/
  5. PdfSaveOptions.AdditionalTextPositioning | Aspo...

    Discover the PdfSaveOptions AdditionalTextPositioning property to control text positioning in PDFs. Enhance your document's layout effortlessly!...can pass to the document's "Save" method // to modify how that...applyAdditionalTextP }; doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. XSLFO to DOCX Converter using C++ | Aspose.PDF

    Sample code for XSLFO to DOCX conversion using C++. Use C++ example for batch XSLFO to DOCX conversion....Save method while passing the output...SaveFormat.Docx as parameters Save the output DOCX file Here is...

    products.aspose.com/pdf/cpp/conversion/xslfo-to...
  7. 使用C++加密和解密ODS文件|Documentation

    使用纯C++库Aspose.Cells for C++对ODS文件进行密码保护和加密。..."1234" ); // Save the ODS file workbook . Save ( outputDir +...file password protected and saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  8. Margins Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Margins enum for customizable document margins. Enhance your document formatting with easy-to-use presets!...docx" ); // Saving a document to PDF, to an image...document within its pages. doc . Save ( ArtifactsDir + "Document.UpdatePageLayout...

    reference.aspose.com/words/net/aspose.words/mar...
  9. Customize Default Fonts in Presentations with P...

    Set default fonts in Aspose.Slides for Python to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images.... save ( "output_out.png" , slides...PNG ) # Generate PDF pptx . save ( "output_out.pdf" , slides...

    docs.aspose.com/slides/python-net/default-font/
  10. Unprotect a Worksheet with C++|Documentation

    Learn how to unprotect a worksheet using Aspose.Cells for C++.... Unprotect (); // Save the Workbook in Excel97-2003...Excel97-2003 format workbook . Save ( outputFilePath , SaveFormat :: Excel97To2003...

    docs.aspose.com/cells/cpp/unprotect-a-worksheet/