Sort Score
Result 10 results
Languages All
Labels All
Results 6,951 - 6,960 of 16,880 for

true type

(1.64 sec)
  1. Convert Outlook for Mac (OLM) Files to PST and ...

    Learn to convert Outlook for Mac (OLM) files to PST and MBOX in C#, preserving folder structure, attachments, and metadata during migration....GetFolder( "Inbox" , true ); // Iterate MAPI messages...folders. Note: Preserving folder types : OLM subfolders may map to...

    blog.aspose.com/email/convert-olm-to-pst-and-mb...
  2. Online XML to POTX Conversion or Build .NET bas...

    Free online app to convert XML to POTX files. .NET C# conversion library code for XML documents.... ReadOnlyRecommended = true ; // call save method while...creating documents with various types of content. However, when working...

    products.aspose.com/total/net/conversion/xml-to...
  3. Frequently Asked Questions | Aspose.Page for C++

    Get answers to the most frequent questions about Aspose.Page for C++, - a comprehensive API for manipulation, Conversion and editing EP,XPS and PS files....like PDF and various image types (JPEG, PNG etc.) for effortless...list 5 doc -> InsertPage(1, true ); 6 7 // Save the resultant...

    docs.aspose.com/page/cpp/faq/
  4. Working with Custom Bar Styles | Aspose.Tasks D...

    Learn how to work with custom bar styles using Aspose.Tasks for .NET....visualization or emphasize specific types of tasks. This includes changing...13 options. WriteViewData = true ; 14 15 project. Save ( "Im...

    docs.aspose.com/tasks/net/working-with-custom-b...
  5. Aspose.Pdf.Document .ctor throws GifImageExcept...

    Hi, The following C# code snippet results in the following exception when calling the Aspose.Pdf.Document constructur: Image loading failed. Inner exception: GIF frame pixel processing is impossible, because it does n…...;run_once=true&amp;default_smtp=true&amp;mail_type=scheduler...p;entity_id=4166&amp;entity_type=Dashboard"> <u></u><u></u><...

    forum.aspose.com/t/aspose-pdf-document-ctor-thr...
  6. Convert EPUB to DOCX in Python – Aspose.HTML fo...

    Convert EPUB to DOCX using Aspose.HTML Python library. Consider various EPUB to DOCX conversion scenarios in Python code examples....makedirs (output_dir, exist_ok = True) 12 13 document_path = os. path...DOCX 24 options. css . media_type . SCREEN 25 26 # Convert EPUB...

    docs.aspose.com/html/python-net/convert-epub-to...
  7. Automating PowerPoint Generation in C++: Create...

    Automate slide creation on cloud platforms with Aspose.Slides for C++—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....Bottom ); chart -> set_HasTitle ( true ); chart -> get_ChartTitle ()..."Sales ($K)" )), chart -> get_Type ()); series -> get_DataPoints...

    docs.aspose.com/slides/cpp/automating-powerpoin...
  8. Change SVG Background Color – C# Examples with ...

    Learn how to change SVG background color in C# with Aspose.SVG – by modifying the SVG directly, using inline and internal CSS, and using JavaScript.... Type ( "text/css" ) 16 . AddRule...as the first child creates a true background that works everywhere...

    docs.aspose.com/svg/net/change-svg-background-c...
  9. Layer group export image error:The rectangle ha...

    我使用的是psd-java,当我把图层组导出为png的时候报错。这是我的代码: for (Layer layer : psdImage.getLayers()) { if (layer instanceof LayerGroup) { count++; LayerGroup layerGroup = (LayerGroup) layer; System.out.println("画板名称: " + laye…...boolean isFirstSmartObject = true; // 导出智能对象并替换内容 for (Layer layer...BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB); Graphics2D g = resizedImage...

    forum.aspose.com/t/layer-group-export-image-err...
  10. Clone PowerPoint Slides in Python|Aspose.Slides...

    Quickly clone or duplicate PowerPoint slides with Aspose.Slides for Python via .NET. Follow our clear code examples and tips to automate PPT creation in seconds, boost productivity, and eliminate manual work....insert_clone methods to perform these types of slide cloning. Clone at the...source_slide , cloned_master , True ) # Save the destination presentation...

    docs.aspose.com/slides/python-net/clone-slides/