Sort Score
Result 10 results
Languages All
Labels All
Results 4,371 - 4,380 of 214,328 for

new

(0.26 sec)
  1. Recognition|Documentation

    Extracting text from images, web links, scanned PDFs, DjVu files, folders, archives and other content....multiple images: AsposeOCR api = new AsposeOCR (); // Add images to...recognition batch OcrInput images = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/recognition/
  2. GraphicsQualityOptions.UseTileFlipMode | Aspose...

    Discover the GraphicsQualityOptions UseTileFlipMode property to control WrapMode settings for enhanced visual quality in your applications.... Document doc = new Document ( MyDir + "Shape high...ImageSaveOptions saveOptions = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  3. CPU consumption when converting HTML to PDF - F...

    Hi Team, We are having a bit of trouble… when converting HTML to PDF, the CPU consumption is through the roof. Let me explain a bit better: We have a Soap WS in Framework 4.8 running in IIS. That receives “a lot” of re…...output) { using (var outStream = new MemoryStream()) { document.Save(outStream...i++) { Stopwatch stopwatch = new Stopwatch(); stopwatch.Start();...

    forum.aspose.com/t/cpu-consumption-when-convert...
  4. Add array items in XMP metadata of EPS| .NET

    The process of adding items in XMP metadata of EPS with Aspose.Page for .NET is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/xmp-metadata/add-array...
  5. Aspose.Cells.CellsException:“Metafile::PixelFor...

    An error occurred when converting the Excel file to PDF: Aspose.Cells.CellsException:“Metafile::PixelForamt” CIPL-INDIA-LIMO-4-Air.7z (144.1 KB) using Aspose.Cells; var workbook = New Workbook("./CIPL-INDIA-LIMO-4-Ai…...Cells; var workbook = new Workbook("./CIPL-INDIA-LIMO-4-Air...xlsx"); var pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions...

    forum.aspose.com/t/aspose-cells-cellsexception-...
  6. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in C# Aspose.PDF for .NET PDF library. Save PDF document to file system, to stream, and in Web applications....document using ( var document = new Aspose . Pdf . Document ( dataDir...Make some manipation, i.g add new empty page document . Pages ...

    docs.aspose.com/pdf/net/save-pdf-document/
  7. Table shading in pptx export differs from pdf -...

    Hi, we are experiencing some issues while trying to convert pdf to pptx file using aspose.pdf library. Table shading in pptx export differs from pdf. Please find the pdf input attached. Also, below is the code snippet to…...throws Exception { var pdfBytes = new ClassPathResource("table_shading...readAllBytes(); try (Document srcDoc = new Document(pdfBytes)) { ByteArrayOutputStrea...

    forum.aspose.com/t/table-shading-in-pptx-export...
  8. How to get Highlight Annotation using Java | As...

    Get Highlight annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( _dataDir + "sample_mod...

    products.aspose.com/pdf/java/annotation/highlig...
  9. How to add Redaction Annotation using C++ | Asp...

    Add Redaction annotations programmatically in PDF with C++ sample code on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/redactio...
  10. How to remove Highlight Annotation using Java |...

    Remove Highlight annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....instance of Document class Create a new page or get a reference to an...DeleteTextMarkupAnno () { Document document = new Document ( _dataDir + "sample_mod...

    products.aspose.com/pdf/java/annotation/highlig...