Hello!
I want to convert input.pdf (56.7 KB) to pdf/a:
Document document = new Document(new ByteArrayInputStream(input.pdf));
PdfFormatConversionOptions options = new PdfFormatConversionOptions(PdfFormat.PDF_A_2B, Co…...aspose-pdf-java dvtdaten December 13, 2024, 2:08pm 1 Hello! I want to convert...regards asad.ali December 13, 2024, 10:53pm 2 @dvtdaten We have...
Code used to test:
using Aspose.Words;
Aspose.Words.License license;
license = new Aspose.Words.License();
license.SetLicense("Aspose.Total.NET.lic");
string dataDir = "c:\\temp\\";
Document doc = new Document(dataD…...Family andersalvsaker October 24, 2024, 8:43am 1 Code used to test:...KB alexey.noskov October 24, 2024, 8:52am 2 @andersalvsaker We...
Hi ,
How to decrypt to unlock all restrictions for a PDF file using Aspose.Pdf in C#
Please give me simple code...Family asemalsaif March 30, 2024, 9:59pm 1 Hi , How to decrypt...simple code asad.ali March 30, 2024, 11:50pm 2 @asemalsaif You can...