Sort Score
Result 10 results
Languages All
Labels All
Results 5,241 - 5,250 of 223,128 for

new

(1.43 sec)
  1. Print PDF document using Aspose.PDF for .NET - ...

    adobe reader and aspose print have different color as attached image…!!! Different Color.jpg (524.1 KB)...PdfViewer object PdfViewer viewer = new PdfViewer(); // Open input PDF...Printing.PrinterSettings ps = new System.Drawing.Printing.PrinterSettings();...

    forum.aspose.com/t/print-pdf-document-using-asp...
  2. Body.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with the Body EnsureMinimum method. Automatically add an empty paragraph if the last child isn't a paragraph for better formatting.... Document doc = new Document (); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/net/aspose.words/bod...
  3. Configure Fallback Font Collections on Android|...

    Set up a fallback fonts collection in Aspose.Slides for Android via Java to keep text consistent and crisp in PowerPoint and OpenDocument presentations....presentation: Presentation pres = new Presentation (); try { IFontFallBackRulesCo...userRulesList = new FontFallBackRulesCol (); userRulesList . add ( new FontFallBackRule...

    docs.aspose.com/slides/androidjava/create-fallb...
  4. IncorrectFontUsageException - Free Support Foru...

    Getting an IncorrectFontUsageException (Document error: TJ operator without preceding Tf - no font set for the text segment) thrown when using page.Accept(TextAbsorber). To reproduce, run the following code on the attac…...cancellationToken) { List<IText> list = new List<IText>(); int num = 1; foreach...TextAbsorber textAbsorber = new TextAbsorber(); page.Accept(textAbsorber);...

    forum.aspose.com/t/incorrectfontusageexception/...
  5. Configure Fallback Font Collections in JavaScri...

    Set up a fallback fonts collection in JavaScript with Aspose.Slides for Node.js to keep text consistent and crisp in PowerPoint and OpenDocument presentations....certain presentation: var pres = new aspose . slides . Presentation...(); try { var userRulesList = new aspose . slides . FontFallBackRulesCol...

    docs.aspose.com/slides/nodejs-java/create-fallb...
  6. Building forms programmatically|Documentation

    Describe the OMR form directly in the application code....templateConfig = new TemplateConfig () { Children = new List < BaseConfig...BaseConfig >() { new PageConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/
  7. Public API Changes in Aspose.Cells 8.8.2|Docume...

    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.... It includes not only new and updated public methods, added...DeleteBlankColumns methods. The new methods can accept an instance...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. LaTeX to image | .NET

    To convert TeX to image formats using Aspose.TeX API solution for .NET learn this article to see that describes how to do this and the code examples....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tex/net/latex-to-image/
  9. IPageSavingCallback.PageSaving | Aspose.Words f...

    Discover the iPageSavingCallback method in Aspose.Words, designed to optimize page saving to fixed formats. Enhance your document management today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...HtmlFixedSaveOptions htmlFixedSaveOptions = new HtmlFixedSaveOptions (); // We...

    reference.aspose.com/words/net/aspose.words.sav...
  10. ContentDisposition | Aspose.Words for Java

    Enumerates different ways of presenting the document at the client browser in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."); doc.getMailMerge().execute(new String[]{"FullName", "Company"...

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