Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 367,871 for

save

(0.09 sec)
  1. Extract Images from PDF C++ | Aspose.PDF

    Extract images from PDF file programmatically with C++ sample code using Aspose.PDF for C++... Save output image. Save updated PDF file. Extract..."output.jpg" ); // Save output image xImage -> Save ( outputImage...

    products.aspose.com/pdf/cpp/images/extract/
  2. Convert Excel to CSV, TSV and Txt with Node.js ...

    Learn how to convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells for Node.js via C++.... Saving Workbook to Text or CSV Format...Sometimes, you want to convert or save a workbook with multiple worksheets...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  3. Adjusting Brightness, Contrast and Gamma in PHP...

    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....( 70 ); \ # Save the image to disk $image -> save ( $dataDir ...( 10 ); \ # Save the image to disk $image -> save ( $dataDir ...

    docs.aspose.com/imaging/java/adjusting-brightne...
  4. MarkdownSaveOptions.images_folder property | As...

    MarkdownSaveOptions.images_folder property. Specifies the physical folder where images are Saved when exporting a document to the [SaveFormat.MARKDOWN](../../../aspose.words/Saveformat/#MARKDOWN) format...physical folder where images are saved when exporting a document to...str ): ... Remarks When you save a Document in SaveFormat.MARKDOWN...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert Visio to HTML format|Documentation

    This topic show you how to convert Visio to html formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to html with a few lines of code....read the diagram files and the Save method to export the diagram...image format. Developers can save resultant HTML in the local...

    docs.aspose.com/diagram/python-java/convert-vis...
  6. 画五角大楼|Documentation

    本节介绍如何在visio页面用Aspose.Diagram画五边形。支持用C#画五边形并保存为pdf、svg、html、image、xps等格式。...draw a pentagon in the page and save as SVG format. The code example...pentagon in a Visio drawing and save as SVG format. 在 PDF 中绘制五角大楼...

    docs.aspose.com/diagram/zh/net/drawing/draw-pen...
  7. 用C++保存文件的不同方法|Documentation

    Aspose.Cells for C++可以将文件保存为不同格式。保存为PDF。保存为HTML。保存为DOCX。保存为PPTX。保存为JSON。保存为MHTML。...Workbook 类提供了用于保存Excel文件的 Save 方法。 Save 方法有许多重载,用于以不同的方式保存文件。 保存文件的文件格式由...要将文件保存到存储位置,请在调用 Workbook 对象的 Save 方法时指定文件名(包括存储路径)和所需的文件格式(从 SaveFormat...

    docs.aspose.com/cells/zh/cpp/different-ways-to-...
  8. Loading and Saving Messages|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....and Saving Messages Contents [ Hide ] Loading and Saving Email...Message Format during Loading Save and Convert Email Messages Aspose...

    docs.aspose.com/email/java/loading-and-saving-m...
  9. Convert Visio to other formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code....diagram and the Save method is used to save, or export, a diagram...show how to use the Save method to save a Visio file to VDX ...

    docs.aspose.com/diagram/python-net/convert-visi...
  10. 以编程方式移动 PDF 页面 C#|Aspose.PDF for .NET

    尝试使用 Aspose.PDF for .NET 在所需位置或 PDF 文件末尾移动页面。... 使用 Save 方法保存输出 PDF。 Delete 源文档中的页面。 使用 Save 方法保存源 PDF。...( page ); // Save PDF document dstDocument . Save ( dataDir +...

    docs.aspose.com/pdf/zh/net/move-pages/