Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 73,642 for

update

(0.14 sec)
  1. XamlFlowSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XAML_FLOW or SaveFormat.XAML_FLOW_PACK format in Java....Date) property is updated before saving. getUpdateFields()...of certain types should be updated before saving the document...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to Run Aspose.Diagram in Docker|Documentation

    Run Aspose.Diagram in a Docker container for Linux, Windows Server and any OS. .../ RUN apt-get update && \ apt-get install -y --.../app COPY . ./ RUN apt-get update && \ apt-get install -y --...

    docs.aspose.com/diagram/net/how-to-run-aspose-d...
  3. Convert Document to PDF|Aspose.Words for Java

    Convert a document in any supported format to PDF easily and fast instead of using docx4j in Java....FieldUpdater updater = new FieldUpdater ( wordMLPackage ); updater . update...it, via finalize() methods updater = null ; foSettings = null...

    docs.aspose.com/words/java/convert-document-to-...
  4. Contents of chart moved to the right when rende...

    Hi, Aspose Team I’m noticing an issue where the contents of my chart are pushed to the right when rendering the chart into an image. The code I’ve used is: Document RepDoc = new Document(); DocumentBuilder Builder = n…...5:34pm 5 @JThomas98 , We will update you promptly on any logged...4:29pm 6 Hi Aspose Team, Any updates on these tickets? amjad.sahi...

    forum.aspose.com/t/contents-of-chart-moved-to-t...
  5. XpsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XPS format in Java....Date) property is updated before saving. getUpdateFields()...of certain types should be updated before saving the document...

    reference.aspose.com/words/java/com.aspose.word...
  6. CompositeNode.InsertAfter | Aspose.Words for .NET

    Effortlessly insert nodes with the CompositeNode InsertAfter method, enhancing your data structure management and ensuring efficient node placement....docx" ); Shows how to add, update and delete child nodes in a...Run , true )[ 1 ]). Text = "Updated run 2. " ; paragraph . GetChildNodes...

    reference.aspose.com/words/net/aspose.words/com...
  7. CSRD reporting - Free Support Forum - aspose.com

    To whom it may concern, I’ve recently stumbled upon your XBRL library in search for a way to programmatically generate a CSRD report (Corporate Sustainability Reporting Directive). As CSRD is using the XBRL format (sam…... Once we have an update on it, we will let you know...will keep you informed with updates (on the ticket) as soon as...

    forum.aspose.com/t/csrd-reporting/314742
  8. Exception with SaveAsync but not Save - Free Su...

    Hi all We use Aspose.Pdf.Document to add QR codes on top of existing PDF files. What we do is roughly the following: using var document = new Document(streamOfPdfFile); AddQrCode(document); document.SaveAsync(streamOf…... Update Library : Ensure that you are...the Aspose.PDF library, as updates often include bug fixes and...

    forum.aspose.com/t/exception-with-saveasync-but...
  9. Converting word to PDF creates incorrect render...

    Hi Aspose team, I’m trying to convert a word document to PDF using aspose words as follows: // Load the Word document Aspose.Words.Document doc = new Aspose.Words.Document(dir + @"\TestPDF_07312025\WordTestFile.docm");…... Update Aspose.Words : Make sure you...version of Aspose.Words, as updates often include bug fixes and...

    forum.aspose.com/t/converting-word-to-pdf-creat...
  10. Modifing AcroForm|Aspose.PDF for .NET

    Modifing form in your PDF file with Aspose.PDF for .NET library. You can Add or remove fields in existing form, getand set fieldlimit and etc.... To set and update the default font used for form...Delete method and then save the updated PDF document. The following...

    docs.aspose.com/pdf/net/modifing-form/