Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 228 for

incremental save

(0.16 sec)
  1. Questions Regarding Large File Conversion and C...

    Can you please confirm the recommended maximum document size (in MB or pages) for reliable DOCX → PDF conversion using Aspose.Words for Python via .NET? Are there any specific memory or timeout configurations recomm…...Words support streaming or incremental conversion for very large...not support streaming or incremental conversion for very large...

    forum.aspose.com/t/questions-regarding-large-fi...
  2. How to do multi level digital signature in pdf ...

    Hi, Please let me know sample code in Aspose.pdf to do multilevel signature in a pdf document without invalidating previous signature. Signature should apply to input pdf. Let me know the enterprise license cost which …...Save(dataDir + "docsignCompany.pdf");...Location, pkcs); pdfFileSignature.Save(dataDir + "docsignWorker.pdf");...

    forum.aspose.com/t/how-to-do-multi-level-digita...
  3. Efficiently Save .pub File Conversion Output to...

    Using a stream as the output ensures efficient handling of large files, proper resource management, and flexibility of the output destination....Write output to stream Easily save the result of a PUB file conversion...for .NET has functionality to save the output file to streams which...

    products.aspose.com/pub/net/output-to-stream/
  4. What's new 2023|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2023...."" ; } } } // Save PDF document document . Save ( dataDir + "TextBox_out...Name ); } } // Save PDF document document . Save ( dataDir + "TextBox_out...

    docs.aspose.com/pdf/net/whatsnew/2023/
  5. Extract pdf fields including checkboxes - Free ...

    Hi There, I am trying to get all Pdf fields (textbox, checkbox, date etc). When I tried following code I am getting 4 fields only. Am I missing something? Aspose.Pdf.dll Version: 9.9.0.0 Code: public static void Mai…...field //should be editable after save TextBoxField textBoxField =...data editable"; pdfDocument.Save("..//Aspose_editable.pdf");...

    forum.aspose.com/t/extract-pdf-fields-including...
  6. How to Update Microsoft Project MPP Files | Asp...

    Learn how to update and modify Microsoft Project MPP files using Aspose.Tasks for .NET....files but also updating and saving them programmatically. This...Project (MPP/XML) files and save the updated data either into...

    docs.aspose.com/tasks/net/microsoft-project-mpp...
  7. 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/
  8. 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
  9. 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
  10. 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/