Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 213,359 for

new

(0.21 sec)
  1. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....methods, properties and so on, any new restrictions and other changes...the value. Presentation pres = new Presentation (); IChart chart...

    docs.aspose.com/slides/java/public-api-and-back...
  2. Fill.SetImage | Aspose.Words for .NET

    Enhance your design with the SetImage method. Easily switch to a single image fill type for stunning visuals and seamless integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...using ( FileStream stream = new FileStream ( ImageDir + "Logo...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Convert HTML to PDF file in Java|Aspose.PDF for...

    Explore how to convert HTML content into PDF format using Aspose.PDF in Java....document Document document = new Document ( DATA_DIR + "PDFToHTML...HtmlSaveOptions htmlsaveOptions = new HtmlSaveOptions (); // Save the...

    docs.aspose.com/pdf/java/convert-html-to-pdf/
  4. Issue with custom fonts converting from word to...

    We have an issue converting a word document to pdf with a custom font. I’ve tried several ways to setup the custom fonts, but so far it always failed. here is my code: string[] fontFolders = FontsLoader.GetFontFolder…...Document doc = new Aspose.Words.Document(context...SourcePath); doc.FontSettings = new FontSettings(); doc.FontSettings...

    forum.aspose.com/t/issue-with-custom-fonts-conv...
  5. Extract data from AcroForm|Aspose.PDF for Andro...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms with the Aspose.PDF....Open document try { document = new Document ( inputStream ); } catch...all fields StringBuilder sb = new StringBuilder (); for ( com ...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  6. Convert a Document|Aspose.Words for SharePoint

    This article explains how to use SharePoint Designer to create a workflow for converting documents while using Aspose.Words for SharePoint....create a workflow for converting new documents to PDF and storing...example, we want to convert all new documents in a library called...

    docs.aspose.com/words/sharepoint/converting-a-d...
  7. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....Document doc = new Document(); Run run = new Run(doc, "Hello...getFont(); font.setName("Courier New"); font.setSize(36.0); font....

    reference.aspose.com/words/java/com.aspose.word...
  8. Issues when using Multilanguage - Free Support ...

    Hello, I am trying to OCR a PDF with multiple languages and always get a System.Exception error. I tried to use the Logging feature with no luck. I have also downloaded all models as you can see in the screenshot below …...SetLicense()) throw new Exception("Error setting license...better efficiency var api = new AsposeOcr(); // Process files...

    forum.aspose.com/t/issues-when-using-multilangu...
  9. SmartTag.Accept | Aspose.Words for .NET

    Enhance user engagement with SmartTag's Accept method, designed to seamlessly welcome visitors and boost your website's interaction....void Create () { Document doc = new Document (); // A smart tag appears...underline. SmartTag smartTag = new SmartTag ( doc ); // Smart tags...

    reference.aspose.com/words/net/aspose.words.mar...
  10. IResourceSavingCallback Interface | Aspose.Word...

    Control Aspose.Words resource saving with the IResourceSavingCallback interface. Manage images, fonts, and CSS for optimized HTML or SVG documents....md" ; Document doc = new Document ( MyDir + "Rendering...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...