Sort Score
Result 10 results
Languages All
Labels All
Results 6,811 - 6,820 of 16,892 for

true type

(0.18 sec)
  1. BMP to PDF Merge using Python | Aspose.PDF

    Combine two or more BMP documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...the same or different file types into one file using Python Merge...Rectangle ( 0 , 0 , 595 , 842 , True ) page . add_image ( image_stream...

    products.aspose.com/pdf/python-net/merger/bmp-t...
  2. PNG to PDF Merge using Python | Aspose.PDF

    Combine two or more PNG documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...the same or different file types into one file using Python Merge...Rectangle ( 0 , 0 , 595 , 842 , True ) page . add_image ( image_stream...

    products.aspose.com/pdf/python-net/merger/png-t...
  3. Table Position in C++|Aspose.Words for C++

    Specify table position in C++. Get a table alignment, get and set floating table position using C++.... With other types of text wrapping , you can get...and vice versa. The same is true for the vertical arrangement...

    docs.aspose.com/words/cpp/position-a-table/
  4. Critical and Effort-Driven Tasks | Aspose.Tasks...

    Learn how to work with Microsoft Project (MPP/XML) critical and effort-driven tasks using Aspose.Tasks for C#....recognized a number of different types of tasks. Tasks with no duration...tsk1_enumerator -> get_Current(), true )) 19 { 20 System::String strED...

    docs.aspose.com/tasks/cpp/critical-and-effort-d...
  5. Aspose::Words::Lists::ListFormat::RemoveNumbers...

    Aspose::Words::Lists::ListFormat::RemoveNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero in C++.... // Below are two types of lists that we can create...Words :: NodeType :: Paragraph , true ); ASSERT_EQ ( 3 , paras ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. Connection Pool Refactored|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....Connections Types There are following three connection types: The main...CreateConnection(createAsDefaultConne = true) method. If the default connection...

    docs.aspose.com/email/net/connection-pool-refac...
  7. Connection Pool Refactored|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....Connections Types There are following three connection types: The main...CreateConnection(createAsDefaultConne = true) method. If the default connection...

    docs.aspose.com/email/java/connection-pool-refa...
  8. Generate Reports in EML Files via Java | produc...

    Java sample code to create EML format reports on Java Runtime Environment for JSP/JSF Application and Desktop Applications....new MailAddress( "#Receipt#" , true )); //add template field to...software for opening EML message types. EML files can be used for saving...

    products.aspose.com/email/java/assembly/eml/
  9. Merger Class | Aspose.Words for .NET

    Effortlessly merge diverse document Types into one with Aspose.Words.LowCode.Merger class. Streamline your workflow and enhance productivity today!...merge a variety of different types of documents into a single output...LoadOptions () { IgnoreOleData = true }; LoadOptions secondLoadOptions...

    reference.aspose.com/words/net/aspose.words.low...
  10. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...Type == FieldType.FieldTOC) { FieldToc...toc.BookmarkName; } if (field.Type.Equals(Aspose.Words.Fields.FieldType...

    forum.aspose.com/t/word/316558