Hello,
We are working on converting PPT and Word documents to PDF using your products.
In the following two cases, server failure is occurring due to excessive CPU use, so we are looking for a solution to this.
1. When extracting text from PDF
- PdfTextExtractor textExtractor = new PdfTextExtractor(page);
Create a PdfTextExtractOptions object
PdfTextExtractOptions extractOptions = new PdfTextExtractOptions();
String pdftext = textExtractor.extract(extractOptions);
2. when saving a PDF,
(- pdf1. saveToFile(outputfd + doc_name + "_1. pdf", FileFormat.PDF);)
I would like you to help me with the option to limit CPU usage.