Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 213,069 for

new

(0.81 sec)
  1. PDF to image scrambled background layout - Free...

    We want to convert the PDF file to an image file. The result is a scrambled image. The PDF is generated by scan software of EasyData (Abbyy) We use the following code: static void ConvertToImage() { …...ConvertToImage() { Document pdfDocument = new Document(@“E:\testconvert\Factuur14324...using (FileStream imageStream = new FileStream(@“E:\testconvert\image”...

    forum.aspose.com/t/pdf-to-image-scrambled-backg...
  2. PDF to WORD not supported in Aspose WORDS java ...

    Hi, I am trying to PDF to DOCX using Aspose words for Java. I am using the latest version currently available which is 25.9. But when running this code (to convert a PDF to DOCX), I get this error: com.aspose.words.Un…...(ByteArrayInputStream bais = new ByteArrayInputStream(bytes))...ByteArrayOutputStrea output = new ByteArrayOutputStrea(8096); PdfLoadOptions...

    forum.aspose.com/t/pdf-to-word-not-supported-in...
  3. Adding VBA Module | Aspose.Tasks Documentation

    Learn how to add New VBA modules into Microsoft Project files using Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/adding-vba-module/
  4. Move Figures to Even Pages and Content to Odd P...

    Hi, I have a DOCX file which was generated from HTML using Aspose.Words. Now I want to modify this DOCX so that: Figures (images with captions) only appear on even-numbered pages. Other content (paragraphs, tables, e…... Create a new document : Initialize a new document to hold...(text content), add it to the new document and check if it exceeds...

    forum.aspose.com/t/move-figures-to-even-pages-a...
  5. Redlines in pdf - Free Support Forum - aspose.com

    when we compare two pdf files and the resulting pdf has redlines to indicate the changes, how can we programmatically identify which pages has the redlines?...pagesWithRedlines = new List<int>(); Document pdfDocument = new Document(pdfFilePath);...following code: Document doc1 = new Document(@"C:\Temp\file1.docx");...

    forum.aspose.com/t/redlines-in-pdf/315965
  6. Loading and Extracting Data | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to load and save CFF fonts within .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/net/loading-saving-cff-fonts/
  7. Render Presentations with Fallback Fonts in Jav...

    Render presentations with fallback fonts in Aspose.Slides for Node.js – keep text consistent across PPT, PPTX and ODP with step-by-step JavaScript code samples....Create new instance of a rules collection var rulesList = new aspose...number of rules rulesList . add ( new aspose . slides . FontFallBackRule...

    docs.aspose.com/slides/nodejs-java/render-prese...
  8. AxisScaling.LogBase | Aspose.Words for .NET

    Adjust the logarithmic base of the AxisScaling LogBase property for precise data visualization and enhanced graph accuracy. Optimize your charts today!...supported by MS Office 2016 new charts. Valid range of a floating...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  9. FieldFillIn.PromptOnceOnMailMerge | Aspose.Word...

    Optimize your mail merge with the PromptOnceOnMailMerge property. Control user responses for efficient data collection in your documents....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . UserPromptRespondent = new PromptRespondent (); doc . MailMerge...

    reference.aspose.com/words/net/aspose.words.fie...
  10. FieldCollection | Aspose.Words for Java

    A collection of Field objects that represents the fields in the specified range in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...