Sort Score
Result 10 results
Languages All
Labels All
Results 4,441 - 4,450 of 346,146 for

save

(0.09 sec)
  1. 使用 C# 处理 PDF 图层|Aspose.PDF for .NET

    下一任务解释如何锁定 PDF 图层、提取 PDF 图层元素、扁平化分层 PDF,并将 PDF 中的所有图层合并为一个。... Lock (); // Save PDF document document . Save ( dataDir + "LockLayerInPDF_out...document . Pages [ 1 ]. Layers ; // Save each layer to the output path...

    docs.aspose.com/pdf/zh/net/work-with-pdf-layers/
  2. Add and Delete a Bookmark|Aspose.PDF for .NET

    You can add a bookmark to a PDF document with C#. It is possible to delete all or particular bookmarks from a PDF document.... Save the modified file using the...the Document object’s Save method. The following code snippets show...

    docs.aspose.com/pdf/net/add-and-delete-bookmark/
  3. Convert APNG files in C#|Documentation

    Create APNG image from PNG using C# Image Processing Library, export animation to GIF, Save to animated WEBP, and create APNG animation using Vector graphics....GIF Save to animated APNG image from animated WEBP Save to animated...

    docs.aspose.com/imaging/net/convert-apng-files/
  4. Convert PDF to PNG in Python | products.aspose.com

    Convert PDF to PNG in Python. Use Python library API to convert PDF files to PNGs...Presentation from PDF file and save it as PNG. Python code for converting...get_thumbnail( 1 , 1 ) bmp . save( "Slide_ {num} .png" . format(num...

    products.aspose.com/slides/python-net/conversio...
  5. Convert PDF to JPG in Python | products.aspose.com

    Convert PDF to JPG in Python. Use Python library API to convert PDF files to JPGs...Presentation from PDF file and save it as JPG. Python code for converting...get_thumbnail( 1 , 1 ) bmp . save( "Slide_ {num} .jpg" . format(num...

    products.aspose.com/slides/python-net/conversio...
  6. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....the Document object’s Save method and save the output PDF file...textFragment ); // Save resulting PDF document. document . save ( _dataDir...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/
  7. Convert SVG to PNG in Python | products.aspose.com

    Convert SVG to PNG in Python. Use Python library API to convert SVG files to PNGs...Presentation from SVG file and save it as PNG. Python code for converting...get_thumbnail( 1 , 1 ) bmp . save( "Slide_ {num} .png" . format(num...

    products.aspose.com/slides/python-net/conversio...
  8. Chart Axis|Aspose.Slides Documentation

    How to edit PowerPoint chart axis in C++...get_ActualMinorUnit (); // Saves the presentation pres -> Save ( u "ErrorBars_out...SwitchRowColumn (); // Saves presentation pres -> Save ( u "SwitchChartRowColumn_out...

    docs.aspose.com/slides/cpp/chart-axis/
  9. Use Checksum and Supplement Data for BarCodes i...

    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....Default ) \ # Save the image to disk in JPG format bb . save ( data_dir...

    docs.aspose.com/barcode/java/use-checksum-and-s...
  10. View PS Files using Java | Aspose.PDF

    Open and view PS documents programmatically with Java sample code using Aspose.PDF for Java...()); // save document in HTML format pdfDocument . save ( "output...

    products.aspose.com/pdf/java/viewer/ps/