Sort Score
Result 10 results
Languages All
Labels All
Results 5,881 - 5,890 of 310,771 for

save

(0.07 sec)
  1. EMF to PDF Converter using C++ | Aspose.PDF

    Sample code for EMF to PDF conversion using C++. Use C++ example for batch EMF to PDF conversion....Document Load input EMF image Save the output PDF file Here is...your EMF file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/cpp/conversion/emf-to-pdf/
  2. Converting To MHTML Files in Python|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....xlsx" # Specify the HTML saving options sv = self . HtmlSaveOptions...Workbook ( filePath ) # Save the MHT file wb . save ( filePath + ".out...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  3. DocSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOC or SaveFormat.DOT format in Java....specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  4. 通过Node.js和C++保护和取消保护工作表|Documentation

    使用Aspose.Cells for Node.js via C++保护和取消保护Excel文件的工作表。..."test" ); // Save as Excel file. workbook . save ( "Book1.xlsx"..."password" ); // Save Excel file. workbook . save ( "Book1.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/protect-and...
  5. 指定在输出 PDF 和图片中如何交叉字符串,由 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for C++ 控制 PDF 和图片输出中的文本溢出。...xlsx" ); // Initialize PDF save options PdfSaveOptions pdfSaveOptions...StrictInCell ); // Save PDF file wb . Save ( outDir + u "outputCrosssType...

    docs.aspose.com/cells/zh/cpp/specify-how-to-cro...
  6. Extract images from PDF in C++ | Aspose.PDF

    Simple demo source code to extract images from PDF file on any platform with C++ language.... Save output image to jpeg file. Save updated PDF...outfilename ); // Save output image xImage -> Save ( outputImage...

    products.aspose.com/pdf/cpp/parser/images/
  7. JPEG to PDF Merge using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/merger/jpeg-to-pdf/
  8. How to Convert Outlook Email to PDF using C#

    In this easy tutorial, we will learn how to convert Outlook Email to PDF using C#. You will see that in order to convert MSG to PDF C# based API can be used. You can use this example in any of the commonly available operating system like Windows, macOS, or Linux....MSG or EML format email file Save the loaded Email (MSG/EML) file...the previous step By using the Save method in C# EML to PDF conversion...

    kb.aspose.com/email/net/how-to-convert-outlook-...
  9. How to Convert Outlook Email to TIFF using Java

    In this simple article, we will learn how to convert Outlook Email to TIFF using Java. You will observe that in order to render Email to TIFF Java based API can be efficiently utilized and the application can be used in any of the Java spported environment in MS Windows, macOS, or Linux....source MSG or EML format file Save the accessed Email (EML/MSG)...instantiating the Document class object Save the loaded EML file to a TIFF...

    kb.aspose.com/email/java/how-to-convert-outlook...
  10. EPS to PDF Merge using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/merger/eps-to-pdf/