I use Aspose.Words to save document to Pcl:
Document document = new Document(@"D:\Temp\testPclText.docx");
PclSaveOptions pclSaveOptions = new PclSaveOptions();
document.Save(@"D:\Temp\testPclText.pcl", pclSaveOptions)…...You can obtain Paid Support Services if you need support on a priority...
Using the current latest version 23.10 having a space in the domain name for an image source causes
System.ArgumentNullException: Value cannot be null.
private static void ArgumentExceptionValueCannotBeNull()
{
con…...You can obtain Paid Support Services if you need support on a priority...
I am using latest version of Aspose.Email version 24.6.0.
Following code works in .NET 7 but fails in .NET 8.
var client = GetExchangeEwsClient();
ExchangeMailboxInfo mailboxInfo = client.GetMailboxInfo(_exchangeConfi…...You can obtain Paid Support Services if you need support on a priority...
Hello,
we found an issue with Document::updatePageLayout() method side effects.
input.docx (8.7 KB)
Repro code:
Document doc = new Document("input.docx");
doc.updatePageLayout();
doc.save("output.pdf", SaveFormat.PDF…...You can obtain Paid Support Services if you need support on a priority...
Hello Team !
Summer ends… too bad, need to wait for another year :wink:
I encounter a problem converting Word File to PDF with Aspose.Words v23.1.0
A part of the footer content disappear with Aspose (the green backgro…...You can obtain Paid Support Services if you need support on a priority...
System::Runtime::InteropServices Contents [ Hide ] Classes Class Description Details_ExternalException The base excep......static type with no instance services. You should never create instances...
Developer's manual to the Java HTML class library to create, edit, extract data & convert HTML pages to PDF, XPS, Images and other formats....services com.aspose.html.window com...information for the network services. Method Summary All Methods...
Iam trying to do import and export with blazor to create mpp files.
I have tried below code
Project project = new Project();
// !The project will be saved into MPP by using internal MPP template.
project.Save(“New Pr…...You can obtain Paid Support Services if you need support on a priority...
Hi,
When converting a DOCX to PDF, I noticed a row hidden in the Word document took space in the PDF, pushed the content down and eventually resulted in an additional page.
Code:
var doc = new Document(@".\test.docx")…...You can obtain Paid Support Services if you need support on a priority...
Dear team,
There is an issue with the conversion of some EPS files to PDF. In the case of the attached image, the font is not visible and the colors are different. Here is the code snippet:
PsDocument document = …...You can obtain Paid Support Services if you need support on a priority...