Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 244 for

incremental save

(0.17 sec)
  1. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....in which the result is to be saved and the required validation...heading ); } // Save PDF document document . Save ( dataDir + "TOC_out...

    docs.aspose.com/pdf/net/manipulate-pdf-document/
  2. Extended Features lost - Free Support Forum - a...

    I'm trying to open a PDF, replace some text and then Save the document. The problem is that when I do this the extended features are disabled. public static void CreateProfile(SurveyProfile userProfile, string userProfi…... replace some text and then save the document. The problem is...userProfile.LastName); profileDocument.Save(userProfilePath,SaveFormat.Pdf);...

    forum.aspose.com/t/extended-features-lost/32287
  3. Very large PDF merge - Free Support Forum - asp...

    Hi. I am evaluating a few PDF libraries to see if they can handle a number of out requirements. The first requirement is to concatenate a large number of PDFs into a single PDF, perhaps 200,000 PDF documents with a mil…...NET also offers incremental saving of the documents in order...Document(fs); // do stuff doc.Save();...

    forum.aspose.com/t/very-large-pdf-merge/213807
  4. Managing Controls with C++|Documentation

    Learn how to add and manage various controls like lines, rectangles, arcs, ovals, spinners, scroll bars, and group boxes in worksheets using Aspose.Cells with C++....MoveAndSize ); // Save the excel file. workbook . Save ( dataDir +...text of the second textbox to save the file. #include <iostream>...

    docs.aspose.com/cells/cpp/managing-controls/
  5. Managing Controls|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....text of the second textbox to save the file. Adding Check Box Control...arrow that you click to incrementally change the value in the...

    docs.aspose.com/cells/python-net/managing-contr...
  6. Managing Controls|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....text of the second textbox to save the file. Adding Check Box Control...arrow that you click to incrementally change the value in the...

    docs.aspose.com/cells/net/managing-controls/
  7. What's new|Aspose.PDF for Java

    In this page introduces the most popular new features in Aspose.PDF for Java that have been introduced in recent releases.... save ( outputPdf ); Since version...pdf" ); // Instantiate HTML Save options object HtmlSaveOptions...

    docs.aspose.com/pdf/java/whatsnew/
  8. 2023年新功能|Aspose.PDF for .NET

    本页面介绍了在2023年引入的Aspose.PDF for .NET中最受欢迎的新功能。..."" ; } } } // Save PDF document document . Save ( dataDir + "TextBox_out...Name ); } } // Save PDF document document . Save ( dataDir + "TextBox_out...

    docs.aspose.com/pdf/zh/net/whatsnew/2023/
  9. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....the Document object’s Save method and save the output PDF file...textFragment ); // Save resulting PDF document. document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  10. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing....the Document object’s Save method and save the output PDF file...textFragment ); // Save PDF document document . Save ( dataDir + "AddText_out...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/