Sort Score
Result 10 results
Languages All
Labels All
Results 6,711 - 6,720 of 369,785 for

save

(0.31 sec)
  1. 通过 C# 导入 FDF 格式注释到 PDF|Aspose.PDF for .NET

    使用现有的 Form.ImportFdf() 或 PdfAnnotationEditor.ImportAnnotationsFromFdf() 方法将 FDF 格式注释导入 PDF,使用 Aspose.PDF for .NET。...fdfInputStream ); } // Save PDF document form . Save ( dataDir + "Im..."student.fdf" ); // Save PDF document editor . Save ( dataDir + "I...

    docs.aspose.com/pdf/zh/net/import-fdf/
  2. Export Visio Diagram to PDF in PHP|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....vsd" ); \ # Save as PDF file format $saveFileFormat...SaveFileFormat (); $diagram -> save ( $dataDir . "Diagram.pdf" ...

    docs.aspose.com/diagram/java/export-visio-diagr...
  3. Export Visio Diagram to XAML in PHP|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....vsd" ); \ # Save as XAML $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "Diagram.xaml"...

    docs.aspose.com/diagram/java/export-visio-diagr...
  4. Extract Tagged Content from PDF|Aspose.PDF for ...

    This article explains how to extract tagged content PDF document using Aspose.PDF for Java..."en-US" ); // Save Tagged PDF Document document . save ( path + "TaggedPDFContent...); } } // Save Tagged PDF Document document . save ( path + ...

    docs.aspose.com/pdf/java/extract-tagged-content...
  5. Remove Metadata from PDF in PHP|Aspose.PDF for ...

    Explore how to remove metadata from a PDF document in PHP using Aspose.PDF for improved privacy and document security....} # save update document with new information $doc -> save ( $dataDir...

    docs.aspose.com/pdf/java/remove-metadata-from-p...
  6. 创建 SVG 文件,在 Python 中加载和读取 SVG

    了解如何从内存字符串或文件创建 SVG;如何从 Web 加载 SVG 以及如何使用 Aspose.SVG for Python via .NET API 读取 SVG。...SVGDocument() 5 6 # Save the empty SVG document 7 document. save ( "empty-document...20 # Save the SVG document to a file 21 document. save (output_file)...

    docs.aspose.com/svg/zh/python-net/create-svg-file/
  7. Convert PowerPoint Presentations to SWF Flash i...

    Convert PowerPoint (PPT/PPTX) to SWF Flash in .NET with Aspose.Slides. Step‑by‑step C# code samples, fast quality output, no PowerPoint automation....Convert Presentations to Flash The Save method exposed by Presentation...NotesPositions . BottomFull ; // Saving presentation and notes pages...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  8. ImageSaveOptions.PaperColor | Aspose.Words for ...

    Discover the ImageSaveOptions PaperColor property to easily customize background colors for your generated images, enhancing visual appeal and uniqueness....can pass to the document's "Save" method // to modify the way...Color . Transparent ; doc . Save ( ArtifactsDir + "ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Setting Structure Elements Properties|Aspose.PD...

    You may set different structure elements properties in PDF document with Aspose.PDF for Python via .NET.... True ) # Save Tagged PDF Document document . save ( path_outfile... True ) # Save Tagged PDF Document document . save ( path_outfile...

    docs.aspose.com/pdf/python-net/setting-structur...
  10. Multiple signatures in PDF trouble - Free Suppo...

    Hi everyone, I succeed signing 2 signatures in a pdf file. The problem is that I can add text/annotations to the pdf and the signatures are still valid. How is it possible? Can someone please help? Here is a snippet…...Rectangle(10, 10, 100, 100), pkcs1); // Save the result. This creates the...the first signed file. // This Save operation is incremental to...

    forum.aspose.com/t/multiple-signatures-in-pdf-t...