Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 310,760 for

save

(0.06 sec)
  1. Convert Project Pages to Separate Image Files

    Learn how to convert Microsoft Project (MPP/XML) files to several JPEG files using Aspose.Tasks for C++.... It specifies whether to save pages to separate files or not...list of page numbers to save when saving project layouts to separate...

    docs.aspose.com/tasks/cpp/convert-project-pages...
  2. Convert a Document to Markdown in C++|Aspose.Wo...

    Convert a document in any supported load format to Markdown and vice versa using C++....also supports the most popular save formats . Now the functionality...programmatically. Then you need to save the document to Markdown format...

    docs.aspose.com/words/cpp/convert-a-document-to...
  3. Aspose.PSD for .NET 23.5 - 发行说明|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....Save(Aspose.PSD.StreamContainer,System...LayerResources.Lr16Resource.Save(Aspose.PSD.StreamContainer,System...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. Doc to PDF error on table column size - Free Su...

    Good morning, we have a document, we store it as Word document, then we store it also as PDF document. We found a different column size in a table (where cells are added dynamically via C#) See images below PDF W…...svaing code: // Save as DOCX, reload and save as PDF DocumentStoreHelper...adjust the PdfSaveOptions when saving the document as a PDF. Specifically...

    forum.aspose.com/t/doc-to-pdf-error-on-table-co...
  5. Unlock PPT Presentation Files using Python | pr...

    Python source code to remove protection from PPT Presentation.... save( "encryption-removed.ppt" ,...remove_write_protection() pres . save( "write-protection-removed.ppt"...

    products.aspose.com/slides/python-net/unlock/ppt/
  6. Convert Workbook to JSON with C++|Documentation

    Learn how to convert Excel workbooks to JSON format using Aspose.Cells for C++....second parameter of the Workbook::Save method. You may also use the...workbook ( inputFilePath ); // Save the workbook as JSON U16String...

    docs.aspose.com/cells/cpp/convert-workbook-to-j...
  7. Render Unicode Supplementary characters in outp...

    Learn how to render Unicode Supplementary characters in output PDF using Aspose.Cells for Node.js via C++....xlsx" )); // Save the workbook workbook . save ( path . join..."RenderUnicodeInOutpu_out.pdf" )); Save Excel into PDF with Standard...

    docs.aspose.com/cells/nodejs-cpp/render-unicode...
  8. Unlock PPT Presentation Files using Java | prod...

    Java source code to remove protection from PPT Presentation.... save ( "encryption-removed.ppt" ...removeWriteProtectio (); presentation . save ( "write-protection-removed...

    products.aspose.com/slides/java/unlock/ppt/
  9. Unlock PPTX Presentation Files using Python | p...

    Python source code to remove protection from PPTX Presentation.... save( "encryption-removed.pptx" ...remove_write_protection() pres . save( "write-protection-removed.pptx"...

    products.aspose.com/slides/python-net/unlock/pptx/
  10. Create PDF using Python for .NET | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Python API to easily generate and read PDF files in Python applications.... Save the PDF using Save(String) method. Following...( textFragment ) document . save ( "HelloWorld_out.pdf" )...

    products.aspose.com/pdf/python-net/create/