Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 223,125 for

new

(0.19 sec)
  1. Problems with adding Arial Unicode MS to the Fo...

    Hi, Why we want to use Aspsoe PDF: We do currently use Aspsose for words to generate PDF-Files. Now, the reports get very large and we try to find a faster solution (> 250 pages with TOC and updateFields and updatePage…...MemoryFontSource> fontSources = new ArrayList<>(); String fontBase...addToFontSource2(fontSources, new ClassPathResource(fontBase +...

    forum.aspose.com/t/problems-with-adding-arial-u...
  2. 配置 Visio 时间线形状|Documentation

    本节介绍如何使用 Aspose.Diagram 设置里程碑形状的属性。...Load diagram Diagram diagram = new Diagram ( dataDir + "DrawingTimeLine...MilestoneHelper milestoneHelper = new MilestoneHelper ( milestone );...

    docs.aspose.com/diagram/zh/net/configure-visio-...
  3. Aspose Java Mail Msg To Eml conversion override...

    Hello, We are converting MSG files to EML files via: MailMessage message = MailMessage.load(New ByteArrayInputStream(msg), New MsgLoadOptions()); ByteArrayOutputStream out = New ByteArrayOutputStream(); EmlSaveOption…...load(new ByteArrayInputStream(msg), new MsgLoadOptions());...MsgLoadOptions()); ByteArrayOutputStrea out = new ByteArrayOutputStrea(); EmlSaveOptions...

    forum.aspose.com/t/aspose-java-mail-msg-to-eml-...
  4. Limiting font folders and providing custom path...

    Hi, I have a usecase where I need to let aspose cells api know where to look for fonts. I use the below mentioned line to achieve that: Fontconfigs.setFontFolders(New String[]{“pathToMyDir”}, true); I also have a usec…...setFontFolders(new String[]{“pathToMyDir”}, true);...an excel file that uses Times New Roman in a table, and I want...

    forum.aspose.com/t/limiting-font-folders-and-pr...
  5. Merge XPS to XPS, XPS to PDF | .NET

    .NET API Solution to merge XPS files in a few lines of code. Save the combined result as XPS or PDF files. C# code example of merging functionality....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/merge-xps-files/
  6. Installed font will be substituted - Free Suppo...

    The PowerPoint presentation uses font “Brush Script MT”. The presentation shall be saved as a PDF. Using a FontSubstRule it shall be replaced with “Pacifico”, which is installed on the Windows machine. But using a Warnin…...substitution: FontSubstRule rule = new FontSubstRule("Brush Script MT"...FontSubstRuleCollect rules = new FontSubstRuleCollect(); rules...

    forum.aspose.com/t/installed-font-will-be-subst...
  7. Hyphenation | Aspose.Words for Java

    Provides methods for working with hyphenation dictionaries in Java....WarningInfoCollectio warningInfoCollectio = new WarningInfoCollectio(); Hyphenation...InputStream dictionaryStream = new FileInputStream(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  8. Group, Convert and Verify Shapes|Documentation

    This section explains how to group shapes with Aspose.Diagram....group of shapes, it assigns the new property to each shape. How to...Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...

    docs.aspose.com/diagram/net/group-convert-and-v...
  9. ListCollection.Add | Aspose.Words for .NET

    Discover how the ListCollection Add method creates custom lists from templates, enhancing your document's organization and efficiency....Add( ListTemplate ) Creates a new list based on a predefined template...create a list by applying a new list format to a collection of...

    reference.aspose.com/words/net/aspose.words.lis...
  10. 向现有 PDF 文件添加注释|Aspose.PDF for Java

    本节解释如何使用 Aspose.PDF Facades 向现有 PDF 文件添加注释。...AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...); PdfContentEditor editor = new PdfContentEditor ( document );...

    docs.aspose.com/pdf/zh/java/adding-annotations-...