Sort Score
Result 10 results
Languages All
Labels All
Results 9,851 - 9,860 of 370,311 for

save

(0.35 sec)
  1. Import and Export Annotations to XFDF|Aspose.PD...

    You may import and export annotation with XFDF format with C# and Aspose.PDF for .NET library....exportFileName ); // Save PDF document document . Save ( dataDir + "...( ms ); } // Save PDF document documentTo . Save ( dataDir + ...

    docs.aspose.com/pdf/net/import-export-xfdf/
  2. 在 PDF 文件中创建链接|Aspose.PDF for Java

    本节解释如何使用 Java 在 PDF 文档中创建链接。... 最后,使用 Document 对象的 Save 方法保存更新后的 PDF。 以下代码片段展示了如何在 PDF...link ); // 保存更新后的文档 document . save ( _dataDir + "CreateApplicationLin_out...

    docs.aspose.com/pdf/zh/java/create-links/
  3. Working with Images in PS file | Python

    How to add image to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...utilize the first method to save execution time. The second method...using the output stream and save options. Create a new graphics...

    docs.aspose.com/page/python-net/ps/working-with...
  4. PDF to HTML Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one HTML single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge PDF files using C++ and save as HTML Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/pdf-to-html/
  5. Converting a BMP file to PDF using Java | Aspos...

    BMP to PDF conversion via Java sample code. Programmers can use this example code to export BMP to PDF within any Web or Desktop Java based application....Document Load input BMP image Save the output PDF file Here is...your BMP file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/java/conversion/bmp-to-...
  6. Set Barcode Size and Resolution in C#|Documenta...

    How to Set Size Units for Barcodes in Aspose.BarCode for .NET... Save ( $"{path}UnitIn3Pixels.png"...XDimension . Millimeters = 2 ; gen . Save ( $"{path}UnitIn2Millimeters...

    docs.aspose.com/barcode/net/set-barcode-size/
  7. Გადაიყვანეთ Გამოსახულება DOCX C++

    გადაიყვანეთ Გამოსახულება DOCX C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც DOCX C++....png" ); doc-> Save ( u"Output.docx" ); using namespace...MakeObject<Document>(u"Input.png"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/ka/cpp/conversion/ima...
  8. Გადაიყვანეთ Გამოსახულება SVG C++

    გადაიყვანეთ Გამოსახულება SVG C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც SVG C++....shape-> GetShapeRenderer ()-> Save ( u"Output.svg" , MakeObject...MakeObject<Document>(u"Input.png"); doc->Save(u"Output.svg"); using namespace...

    products.aspose.com/words/ka/cpp/conversion/ima...
  9. Გადაიყვანეთ Გამოსახულება BMP C++

    გადაიყვანეთ Გამოსახულება BMP C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც BMP C++....shape-> GetShapeRenderer ()-> Save ( u"Output.bmp" , MakeObject...MakeObject<Document>(u"Input.png"); doc->Save(u"Output.bmp"); using namespace...

    products.aspose.com/words/ka/cpp/conversion/ima...
  10. 将曲线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将曲线对象创建到您的PDF中。...( graph ); // Save PDF document document . Save ( dataDir + "DrawingCurve1_out...( graph ); // Save PDF document document . Save ( dataDir + "DrawingCurve2_out...

    docs.aspose.com/pdf/zh/net/add-curve/