Sort Score
Result 10 results
Languages All
Labels All
Results 6,691 - 6,700 of 568,869 for

save

(0.18 sec)
  1. Concatenate PDF Files in Python|Aspose.PDF for ...

    Learn how to concatenate multiple PDF files into a single PDF document in Python using Aspose.PDF, simplifying document management.... getPages ()) # Save the concatenated output file...(the target document) doc . save ( self . dataDir + "Concatenate_output...

    docs.aspose.com/pdf/java/concatenate-pdf-files-...
  2. Convert EMLX to OFT via Java | products.aspose.com

    Try the code sample to convert EMLX files to OFT format in Java. Download Java API to take your email processing applications to the next level....algorithms or tedious manual work, saving time and effort for more important...and sending similar emails, saving time and effort for users who...

    products.aspose.com/email/java/conversion/emlx-...
  3. ImagePlacement | Aspose.PDF for Python via .NET...

    Represents characteristics of an image placed to Pdf document page....Methods Name Description save(stream) Saves image with corresponding...rotation and resolution. save(stream, format) Saves image with corresponding...

    reference.aspose.com/pdf/python-net/aspose.pdf/...
  4. Setting Conditional Formatting for Report Item|...

    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, publish and review the report...item or textbox report item. Save, publish and review the report...

    docs.aspose.com/cells/reportingservices/setting...
  5. JpegQuality | Aspose.Note for .NET API Reference

    Gets or sets a value determining the quality of the JPEG images inside PDF document. The value may vary from 0 to 100 where 0 means worst quality but maximum compression and 100 means best quality but minimum compression.... Examples Shows how to save a document in pdf format using...compression ImageCompression = Saving . Pdf . PdfImageCompression...

    reference.aspose.com/note/net/aspose.note.savin...
  6. Split PDF files by spesific size - Free Support...

    Hello I have a requirement by my company to split the final PDF to 14.5mb pieces or less , i know you have the split option by page but as you can imagine this dose not work for me . Is there any other way i can appro…...every page addition, you can save the file to a memory stream...to your desired size, you can save it finally. You can use simple...

    forum.aspose.com/t/split-pdf-files-by-spesific-...
  7. Გადაიყვანეთ HTML PDF C++

    გადაიყვანეთ HTML PDF C++ ფორმატში კოდით. შეინახეთ HTML როგორც PDF C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის PDF სახით შესანახად...<Document>( u"Input.html" ); doc-> Save ( u"Output.pdf" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/htm...
  8. Გადაიყვანეთ DOC RTF C++

    გადაიყვანეთ DOC RTF C++ ფორმატში კოდით. შეინახეთ DOC როგორც RTF C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის RTF სახით შესანახად...<Document>( u"Input.doc" ); doc-> Save ( u"Output.rtf" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/doc...
  9. Გადაიყვანეთ TEXT WORD C++

    გადაიყვანეთ TEXT WORD C++ ფორმატში კოდით. შეინახეთ TEXT როგორც WORD C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის Word სახით...<Document>( u"Input.txt" ); doc-> Save ( u"Output.docx" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/tex...
  10. Create PDF Document|Aspose.PDF for PHP via Java

    Learn how to create PDF file in Aspose.PDF for PHP via Java....Paragraph collection of the page Save the resultant PDF document $document...$textFragment ); $document -> save ( $outputFile ); Open PDF Document...

    docs.aspose.com/pdf/php-java/create-document/