Hi,
Hi Laurie,
Hi Laurie,
Your post has been replied. Please follow that post for further updated.
Best Regards,
Hi Awais,
Hi Laurie,
Hi Awais - I want to re-emphasize that this is a very basic requirement and affects a fundamental component of the application design. Please have an update shared at the earliest.
This is a surprising and upsetting issue that is impacting the application which in turn will impact the organization as well. I again request your immediate follow up with the Aspose Dev team.
Hi Awais / Dev Team - We need an update please about when the code will be fixed. Every hour of delay is resulting in loss of Development time for our team and hurting our deliverables.
Please help at the earliest.
Document doc = new Document(getMyDir() + "TestPlaceholderReplacementInTextbox.docx"); doc.getRange().replace("${PLACEHOLDER}", "Aspose", true, false); doc.save(getMyDir() + "TestAfterReplacement.docx", SaveFormat.DOCX);PdfSaveOptions options = new PdfSaveOptions();
options.setSaveFormat(SaveFormat.PDF);
options.setTextCompression(PdfTextCompression.NONE);
options.setDmlRenderingMode(DmlRenderingMode.DRAWING_ML);
doc.save(getMyDir() + “TestAfterReplacement.pdf”, options);
Hi Laurie,
Thanks, Awais!
The issues you have found earlier (filed as WORDSNET-11322) have been fixed in this .NET update and this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.