Sort Score
Result 10 results
Languages All
Labels All
Results 9,241 - 9,250 of 155,640 for

2

(2.3 sec)
  1. Get margins in centimeters - Free Support Forum...

    In the Aspose.Words for .NET component, the section.PageSetup.TopMargin property retrieves values in points. Is there a corresponding property that retrieves the value in centimeters?...Discourse April 23, 2025, 3:13am 2 @Melancholy Can you please specify...millimeters. Melancholy April 27, 2025, 2:57am 5 In the ConvertUtil object...

    forum.aspose.com/t/get-margins-in-centimeters/3...
  2. Aspose.Words converting to PDF/A compliance - F...

    Hello, I’ve noticed a similar question being asked before here Word to PDFA-1a I was wondering if there’s any update to this? Does Aspose.Words support checking for PDF/A compliance now?...Discourse July 7, 2025, 10:03am 2 @teriteri Cause Aspose.Words does...compliance, including PDF/A-1, PDF/A-2, and PDF/A-4 formats. However...

    forum.aspose.com/t/aspose-words-converting-to-p...
  3. Frame rendered in wrong place when converting D...

    Hi, When converting a DOCX to PDF using Aspose, I noticed one of the frames was rendered in the wrong place. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\test.pdf"); I’ve attached the test files and a s…...noskov February 27, 2026, 1:49pm 2 @ServerSide527 The font Carnegie...ServerSide527 February 27, 2026, 2:31pm 3 @alexey.noskov thanks for...

    forum.aspose.com/t/frame-rendered-in-wrong-plac...
  4. Convert Project Data to HTML in C++ | Aspose.Ta...

    Learn how to convert Microsoft Project (MPP/XML) projects to HTML using Aspose.Tasks for C++....mpp" ); 2 System ::SharedPtr < HtmlSaveOptions...Adding only one page (page number 2) 8 option = System::MakeObject...

    docs.aspose.com/tasks/cpp/convert-project-data-...
  5. Render Unicode Supplementary characters in outp...

    Learn how to render Unicode Supplementary characters in output PDF using Aspose.Cells for Node.js via C++....Normal Unicode characters are 2 bytes long, while Unicode Supplementary...UTF-16 these characters require 2 surrogates (16‑bit units). Render...

    docs.aspose.com/cells/nodejs-cpp/render-unicode...
  6. TextColumn class | Aspose.Words for Node.js

    Aspose.Words.TextColumn class. Represents a single text column... setCount ( 2 ); // Determine the amount of...builder . writeln ( "Wide column 2." ); doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Manage Slide Transitions in Presentations in .N...

    Discover how to customize slide transitions in Aspose.Slides for .NET, with step-by-step guidance for PowerPoint and OpenDocument presentations....comb type transition on slide 2 presentation . Slides [ 1 ]. SlideShowTransition...comb type transition on slide 2 pres . Slides [ 1 ]. SlideShowTransition...

    docs.aspose.com/slides/net/slide-transition/
  8. Common Conversion Options | Aspose.Tasks Docume...

    A guide to common conversion options for Microsoft Project MPP files....mpp" ); 2 PdfSaveOptions saveOptions = new...new Project( "Project.mpp" ); 2 PdfSaveOptions saveOptions = new...

    docs.aspose.com/tasks/net/common-conversions-op...
  9. Different attachment count between .msg and mai...

    i got different attachment count between the mail in pst file and msg file.Pst: PersonalStorage pst = PersonalStorage.FromFile(pstpath); FolderInfo folderinfo = pst.RootFolder.GetSubFolder("Inbox"); …...iqbal October 21, 2014, 2:48am 2 Hi Chenyang, Thank you for...

    forum.aspose.com/t/different-attachment-count-b...
  10. Working with Images|Aspose.PDF for Java

    This section explains how to replace image with Aspose.PDF Facades - a toolset for popular operations with PDF.... deleteImage ( 2 , new int [] { 1 , 3 }); editor...pdf" )); editor . replaceImage ( 2 , 4 , _dataDir + "cat04.jpg" );...

    docs.aspose.com/pdf/java/working-with-image/