Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 213,038 for

new

(0.32 sec)
  1. XMP Metadata gets lost after PDF/A-3 conversion...

    Hi, i’m trying to generate a valid ZUGFeRD 2.x EN_16931 file. If i add the xmp bevor the conversion to PDF/A-3 then the metadata is not there afterwards. If i add the xmp after the PDF/A-3 conversion the file is not a …...toString(); File blanko = new File(path); assertTrue(blanko...xml").toString(); File zugferd = new File(path); assertTrue(zugferd...

    forum.aspose.com/t/xmp-metadata-gets-lost-after...
  2. SystemFontSource | Aspose.Words for .NET

    Discover the SystemFontSource constructor for efficient font management. Enhance your web design with optimized typography solutions today!...Document doc = new Document (); doc . FontSettings = new FontSettings...AddSubstitutes ( "Kreon-Regular" , new [] { "Calibri" }); Assert . That...

    reference.aspose.com/words/net/aspose.words.fon...
  3. 设置默认字体名称|Aspose.PDF for .NET

    本节描述了如何在从 PDF 转换为图像的过程中设置默认字体名称。...DefaultFontName 设置为 null,则将使用 Times New Roman 字体。以下代码片段演示了如何在将 PDF 保存为图像时设置默认字体名称:...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/zh/net/set-default-font-name/
  4. Create an Appointment|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....Room 5" ; DateTime startDate = new DateTime ( 1997 , 3 , 18 , 18...18 , 30 , 00 ), endDate = new DateTime ( 1997 , 3 , 18 , 19 ,...

    docs.aspose.com/email/net/create-an-appointment/
  5. FieldDate | Aspose.Words for Java

    Implements the DATE field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...application when inserting a new DATE field. getUseLunarCalendar()...

    reference.aspose.com/words/java/com.aspose.word...
  6. CompositeNode.removeAllChildren method | Aspose...

    CompositeNode.removeAllChildren method. Removes all the child nodes of the current node.... let doc = new aw . Document (); // A blank...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldIf | Aspose.Words for Java

    Implements the IF field 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...
  8. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a document in Java.... Each GroupShape defines a new coordinate system for its child...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose.PSD for .NET 20.4 - Release Notes|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....= 0 ) { throw new Exception ( "VogkResource were...ShapeOriginSettings = new [] { resource . ShapeOriginSettings [ 0 ], new VectorShapeOriginSet...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-4...
  10. Split Word Document into Sections with Python

    Follow this article to split Word document into sections with Python. It has the IDE details, steps, and a sample code to divide Word document into sections with Python....section into a new Section object Create a new Word file and clear...sections in it Import the new section into the new Word file and add...

    kb.aspose.com/words/python/split-word-document-...