Sort Score
Result 10 results
Languages All
Labels All
Results 7,541 - 7,550 of 153,603 for

2

(0.17 sec)
  1. Convert PDF to HTML page by page - Free Support...

    I have 100 PDF files, and I want to convert them to HTML on a per-page basis, with a separate folder for each PDF file containing all the HTML pages. I can’t find such a functionality or setting in Aspose PDF Converter. …...tahir March 25, 2025, 8:41pm 2 @dimentyua Are you looking for...SplitIntoSets<Page>(doc.Pages, 2); foreach(var page in doc.Pages)...

    forum.aspose.com/t/convert-pdf-to-html-page-by-...
  2. Slide Transitions|Aspose.Slides 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....comb type transition on slide 2 pres . Slides [ 1 ]. SlideShowTransition...transition on slide 3 pres . Slides [ 2 ]. SlideShowTransition . Type...

    docs.aspose.com/slides/net/slide-transitions/
  3. Convert PDF to Xps creates bloated file - Free ...

    I converted the attached 10 page 10mb pdf file to xps and created a massive bloated 71mb .xps file using the following code: Is there a better way? help! MemoryStream inStreamPdf = new MemoryStream(inDocument); …...codewarior February 5, 2014, 1:29am 2 Hi David, Thanks for contacting...notifier September 19, 2025, 2:45pm 3 The issues you have found...

    forum.aspose.com/t/convert-pdf-to-xps-creates-b...
  4. Aspose.Imaging for .NET 24.6 - Free Support For...

    Hello Thanks for implementing IMAGINGNET-6714 Implement ExifData transferring between supporting formats on export ExifData and XmpData property to image options to make data transferring more convenient. Now when co…... 2 issues when loading jpg and saving...Denis.Sitko July 15, 2024, 7:53pm 2 @australian.dev.nerds , Image...

    forum.aspose.com/t/aspose-imaging-for-net-24-6/...
  5. ImageSize.HorizontalResolution | Aspose.Words f...

    Discover the ImageSize HorizontalResolution property to easily obtain the DPI for your images, enhancing quality and precision in your projects....WidthPoints * 2 ; shape . Height = imageSize . HeightPoints * 2 ; doc...

    reference.aspose.com/words/net/aspose.words.dra...
  6. AxisScaling.logBase property | Aspose.Words for...

    AxisScaling.logBase property. Gets or sets the logarithmic base for a logarithmic axis....value is greater than or equal to 2 and less than or equal to 1000.... add ( "Series 1" , [ 1.0 , 2.0 , 3.0 , 4.0 , 5.0 ], [ 1.0 ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Drawing::Charts::ChartYValueColl...

    Aspose::Words::Drawing::Charts::ChartYValueCollection::get_FormatCode method. Gets or sets the format code applied to the Y values in C++....9 , 2.45 , 3 }), System :: MakeArray...MakeArray < double > ({ 2 , 1.1 , 2.95 , 2 })); // Show data labels...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::ParagraphFormat::get_PageBreakBe...

    Aspose::Words::ParagraphFormat::get_PageBreakBefore method. True if a page break is forced before the paragraph in C++....builder -> Writeln ( u "Paragraph 2." ); auto layoutCollector = System...idx_get ( 0 ))); ASSERT_EQ ( 2 , layoutCollector -> GetStartPageIndex...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. 使用 Node.js 和 C++ 对行和列进行分组与取消分组|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中对行列进行分组和取消分组。...first three columns (from 0 to 2) and making them hidden by passing...getCells (). groupColumns ( 0 , 2 , true ); // Saving the modified...

    docs.aspose.com/cells/zh/nodejs-cpp/grouping-an...
  10. Aspose复选框增加问题咨询 - Free Support Forum - aspose.com

    Aspose组件的复选框技术研究之后,已经按照官方示例去配置发现只对生成excel文件有效,但是转成页面加载之后就没有复选框的属性出来了, aspose增加复选框.zip (6.5 KB) (复选框问题排查:经过几轮方案验证,确认为aspose.gridJs无法加载使用aspose.cell for java的API添加的checkbox元素)...Discourse December 16, 2025, 6:53am 2 @feng.qun.zhu.avaryholding.com...getCells().get("A1") 获取复选框所在单元格的地址。 2. 前端读取该地址列表,动态生成对应的复选框元素并定位。 使用...

    forum.aspose.com/t/aspose/323235