Sort Score
Result 10 results
Languages All
Labels All
Results 7,761 - 7,770 of 222,888 for

new

(0.12 sec)
  1. Invalid image stream (The type initializer for ...

    Hi Team, We are facing a critical issue after upgrading to Aspose 25.11.0 , where image rendering (used for eSignatures) is failing, while the same implementation works perfectly with Aspose 24.11 . error - “Invalid im…...Create PDF Document pdfDocument = new Document(); Page page = pdfDocument...graphics state page.Contents.Add(new GSave()); double width = 200;...

    forum.aspose.com/t/invalid-image-stream-the-typ...
  2. Edit DOCX In Java

    Edit DOCX in Java code....and formatting attributes Add new DOCX elements Search DOCX for...patterns and replace them with new text Save the result to a variety...

    products.aspose.com/words/java/edit/docx/
  3. Apply or Change Slide Layouts in .NET|Aspose.Sl...

    Manage and customize slide layouts in Aspose.Slides for .NET. Explore layout types, placeholder control, and footer visibility through C# code examples....slides, you may need to add new layout slides to a presentation...layout already exists, add a new one if needed, and use it to...

    docs.aspose.com/slides/net/slide-layout/
  4. Licensing and Subscription | Aspose.Tasks Docum...

    Aspose.Tasks for Java provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing policies....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/licensing/
  5. Omr-java中文乱码 - Free Support Forum - aspose.com

    String s = “?text=Hello, World!\n” + “\tfont_style=bold\n” + “\tfont_size=24\n” + “\n” + “#你今天你今天怎么样子?\n” + “\t() Pretty good, thanks! () I won’t respond until I see my lawyer.\n” + “\t()很好你很好很好挖到! () I won’t respo…...engine = new OmrEngine(); GlobalPageSettings pageSettings = new GlobalPageSettings();...before “\n” as per my Environment new line (Windows). Changed quotation...

    forum.aspose.com/t/omr-java/312898
  6. Accessing JSON Data in Java|Aspose.Words for Java

    Learn how to access JSON data while building a report using LINQ in Java.... ReportingEngine engine = new ReportingEngine (); engine ....JSON. ReportingEngine engine = new ReportingEngine (); engine ....

    docs.aspose.com/words/java/accessing-json-data/
  7. TIF to PDFA conversion using Aspose JAVA API is...

    Hi Team, When I try to convert a multi-page TIFF file to PDF/A using Aspose Java code, the input TIFF file size is 174 KB, but the generated PDF/A file size is 441 KB. The output file is almost four times larger than th…...Exception { License pdfLicense = new License(); pdfLicense.setLic...load(inputFile)) { PdfOptions options = new PdfOptions(); image.save(tempPdf...

    forum.aspose.com/t/tif-to-pdfa-conversion-using...
  8. Aspose.Cells 17.1.0 中的公共API更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....files from StringPtr dirPath = new String ( "D:\\Downloads\\" );...outCreateNamedRange = ( new String ( dirPath ))-> Append ( new String ( "outCreateNamedRange...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  9. Aspose.Cells 17.1.0 中的公共API更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....files from StringPtr dirPath = new String ( "D:\\Downloads\\" );...outCreateNamedRange = ( new String ( dirPath ))-> Append ( new String ( "outCreateNamedRange...

    docs.aspose.com/cells/zh/go-cpp/public-api-chan...
  10. Replace Text in PDF throw a NullReferenceExcept...

    I want to replace text in pdf with Aspose.PDF, But throw a NullReferenceException. the sample code : var doc = New Aspose.Pdf.Document(@“D:\abc\1212\c++.1.pdf”); var sourceText = “的”; var targetText = “x”; Regex rul…...the sample code : var doc = new Aspose.Pdf.Document(@“D:\abc\1212\c++...targetText = “x”; Regex ruleRegexp = new Regex(Regex.Escape(sourceText));...

    forum.aspose.com/t/replace-text-in-pdf-throw-a-...