Sort Score
Result 10 results
Languages All
Labels All
Results 6,451 - 6,460 of 226,378 for

new

(1.64 sec)
  1. Product Overview | Python via .NET

    Python Library for the developers to process PS, EPS, and XPS files. Learn the overvoew of Aspose.Page API solution for Python....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/python-net/product-overview/
  2. Throw Exception when Update Text of TextFragmen...

    Env Windows 11 with .NET Framework 4.7 Aspose.PDF for .NET 25.3 Code var doc = New Aspose.Pdf.Document(@"C:\Users\hello\Desktop\test\1.pdf"); var textFragmentAbsorber = New TextFragmentAbsorber("微信公众号", New TextSearc…...3 Code var doc = new Aspose.Pdf.Document(@"C:\Use...textFragmentAbsorber = new TextFragmentAbsorber("微信公众号", new TextSearchOptions(true));...

    forum.aspose.com/t/throw-exception-when-update-...
  3. PDF to PDF/A-2 conversion leads to "PDF-Syntax"...

    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…...pdf/a: Document document = new Document(new ByteArrayInputStream(input...PdfFormatConversionO options = new PdfFormatConversionO(PdfFormat...

    forum.aspose.com/t/pdf-to-pdf-a-2-conversion-le...
  4. StructuredDocumentTag.Style | Aspose.Words for ...

    Discover how to manage the Style property of StructuredDocumentTags to enhance your document formatting and improve readability effortlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa sdtPlainText = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  5. StructuredDocumentTag.WordOpenXMLMinimal | Aspo...

    Discover the StructuredDocumentTag WordOpenXMLMinimal property, which provides a clean XML string in FlatOpc format, excluding non-content elements for streamlined document processing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa sdtPlainText = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  6. Contrast correction|Documentation

    How to automatically increase image contrast to improve recognition accuracy.... AsposeOCR api = new AsposeOCR (); // Apply automatic...PreprocessingFilter filters = new PreprocessingFilter (); filters...

    docs.aspose.com/ocr/java/contrast/
  7. Font.AllCaps | Aspose.Words for .NET

    Discover the Font AllCaps property. Easily format text in all capital letters for enhanced readability and impactful design in your projects.... Document doc = new Document (); Paragraph para =...regular capitals: Run run = new Run ( doc , "all capitals" );...

    reference.aspose.com/words/net/aspose.words/fon...
  8. Merge RAR files to one 7ZIP archive via C#

    Source code for merge RAR files to one 7ZIP archive via C#. Use API example code for combine RAR files to a single 7ZIP within VB.NET Asp.NET or any .NET based application....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/zip/net/merger/rar-to-7zip/
  9. Customize PowerPoint Fonts in Java|Aspose.Slide...

    Customize fonts in PowerPoint slides with Aspose.Slides for Java to keep your presentations sharp and consistent across any device.... String [] fontFolders = new String [] { externalFontFolder1...null ; try { presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/java/custom-font/
  10. Wrong bookmarks order when converting docx to p...

    Hi Aspose Team, When converting specific DOCX file to PDF we experience and incorrect order in the generated bookmarks. We have compared the result to Word. Please see this screenshot: We’re using latest version of…...License license; license = new Aspose.Words.License(); license...Aspose.Words.Document doc = new Aspose.Words.Document(dataDir...

    forum.aspose.com/t/wrong-bookmarks-order-when-c...