Sort Score
Result 10 results
Languages All
Labels All
Results 8,471 - 8,480 of 375,722 for

save

(0.74 sec)
  1. MetafileRenderingOptions.EmulateRenderingToSize...

    Discover the MetafileRenderingOptions EmulateRenderingToSizeOnPageResolution property. Control metafile rendering resolution for optimal page display....can pass to the document's "Save" method // to modify how that...EmulateRenderingToSi = 50 ; doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Draw Timeline while rendering Excel to PDF with...

    Manage timelines of Excel files with Aspose.Cells for Node.js via C++.... It then saves the workbook as output PDF file...filePath ); // Save file to pdf workbook . save ( "out.pdf" ,...

    docs.aspose.com/cells/nodejs-cpp/draw-timeline-...
  3. Aspose.PSD for .NET 21.1 - 发行说明|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 ( outputFilePath , new PsdOptions...PsdOptions ( image )); image . Save ( outputPngFilePath , new PngOptions...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. 在 PDF 中保存 3D 场景|Documentation

    Aspose 的场景类。3D API 表示 3D 场景。开发人员可以通过添加相机,灯光,多边形和各种其他实体来构建 3D 场景。他们现在还可以将 3D 场景保存为 PDF 文件格式。...PDF,并使用 CAD 优化的照明以阴影插图模式渲染 Scene 类的Save方法允许以 PDF 格式保存 3D 场景。开发人员可以加载任何...SHADED_ILLUSTRATION # Save in the PDF format scene . save ( "output_out...

    docs.aspose.com/3d/zh/python-net/save-a-3d-scen...
  5. Convert PDF to SVG in C++ | products.aspose.com

    Convert PDF to SVG in C++. Use C++ library API to convert PDF files to SVGs...Presentation from PDF file and save it as SVG. C++ code for converting...the source PDF files in C++. Save result as SVG file. Free Online...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  6. Extract images from PDF in C# | Aspose.PDF

    C# source code to extract images from PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Save output image to jpeg file. Save updated PDF...FileMode . Create ); xImage . Save ( outputImage , 300 ); outputImage...

    products.aspose.com/pdf/net/parser/images/
  7. PdfSaveOptions.ZoomFactor | Aspose.Words for .NET

    Discover PdfSaveOptions' ZoomFactor property to easily adjust document zoom levels in percentages, enhancing your PDF viewing experience....can pass to the document's "Save" method // to modify how that...1/4 of its actual size. doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. IPageLayoutCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during build and rendering of page layout model in Java....save(getArtifactsDir() + "Layout.../// /// Notifies us when we save the document to a fixed page...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose.PSD for .NET 21.2 - 发布说明|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 ( outputFilePath , new PsdOptions...ConvertToSmartObject ( 0 ); psdImage . Save ( outputFilePath ); } PSDNET-778...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. 程序化拆分 PDF|Aspose.PDF for .NET

    本主题展示了如何在您的 .NET 应用程序中使用 C# 将 PDF 页面拆分为单独的 PDF 文件。... 使用 Save 方法保存新的 PDF。 以下代码片段也适用于 Aspose...( page ); // Save PDF document document2 . Save ( dataDir + "Page_"...

    docs.aspose.com/pdf/zh/net/split-pdf-document/