Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 16,769 for

true type

(0.08 sec)
  1. PDF to SVG Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one SVG single file programmatically with Java sample code using Aspose.PDF for Java...the same or different file types into one file using Java Merge...svgSaveOptions . setScaleToPixels ( true ); pdfDocument1 . save ( "merger_pdf_svg...

    products.aspose.com/pdf/java/merger/pdf-to-svg/
  2. MD to PDF Merge using C++ | Aspose.PDF

    Combine two or more MD documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...the same or different file types into one file using C++ Merge...-> set_EnableObjectUnload ( true ); for ( auto const & page :...

    products.aspose.com/pdf/cpp/merger/md-to-pdf/
  3. Incorrect Rendering of EQ Field with Center-Ali...

    Description When exporting a DOCX that contains a Word EQ field using the below syntax, Aspose.Words renders the result differently from Microsoft Word 2010. Field Equation Example { EQ \b\bc({content}) } Expected Res…...<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8".../><meta http-equiv="Content-Style-Type" content="text/css" /><meta...

    forum.aspose.com/t/incorrect-rendering-of-eq-fi...
  4. DXF Drawings|CAD 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.... When set to True , re-allocation cannot exceed...CadRasterizationOpti.Layouts is of type string array so you may specify...

    docs.aspose.com/cad/java/developer-guide/autoca...
  5. 档案

    档案...MapiTask("To Do", "Just click and type to add new task", dt.datetime(2018...MapiTask("To Do", "Just click and type to add new task", dt.datetime(2018...

    blog.aspose.com/zh/email/create-ms-outlook-task...
  6. NullReferenceException when concatenating files...

    Hi All, We have noticed issue when concatenating pdf files using Aspose.PDF version 24.7.0.0. This problem has been identified on our machines as well as in our clients’ production environments. When calling Concatenat…...setting CopyLogicalStructure to True is what causes the error. Here...CopyOutlines = true, CopyLogicalStructure = true, }; pdfFileEditor...

    forum.aspose.com/t/nullreferenceexception-when-...
  7. Extract Assets from GLB File Formats via .NET |...

    C# source code to load, render and add extract assets from GLB documents on .NET Framework, .NET Core, Mono....operations Extract(scene,za, true ); //Callable Extract method...false ; visited.Add(obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/net/extractor/glb/
  8. FieldEQ class | Aspose.Words for Python

    aspose.words.fields.FieldEQ class. Implements the EQ field...FieldFormat object that provides typed access to field’s formatting...from Field ) type Gets the Microsoft Word field type. (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Appendix A. Enumeration Extension Methods|Aspos...

    Use built-in extension methods to perform common manipulations on a sequential data when building a report in Java....selector must return a value of any type that has predefined addition...conversion must exist between types of items of concatenated enumerations...

    docs.aspose.com/words/java/appendix-a-enumerati...
  10. Extract Assets from PLY File Formats via Java |...

    Sample Java extract assets code for PLY file. Use this example code to extract assets from PLY file within any Web or Desktop Java based application....Zip(output); Extract(scene,za, true ); //close stream resource za...; visited. add (obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/java/extractor/ply/