Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 156,134 for

2

(0.43 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – โซลูชันการแปลงรูปแบบ PDF สำหรับ Rust https://products.aspose.com/pdf/th/rust-cpp/conversion/ Recent content in โซลูชันการแปลงรูปแบบ PDF สำหรับ ......2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – โซลูชันการแปลงรูปแบบ...is-justify-content-center is-hidden-mobile mb-2 https://products.aspose.com/p...

    products.aspose.com/pdf/th/rust-cpp/conversion/...
  2. Export Math Equations from Presentations in PHP...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for PHP via Java — preserve formatting and boost compatibility....( "a" ) -> setSuperscript ( "2" ) -> join ( "+" ) -> join ( new...( "b" ) -> setSuperscript ( "2" )) -> join ( "=" ) -> join (...

    docs.aspose.com/slides/php-java/exporting-math-...
  3. Add Pages in PDF|Aspose.PDF for PHP via Java

    This article teaches how to insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using PHP....$document -> getPages () -> insert ( 2 ); // Save output document $document...$document -> getPages () -> insert ( 2 ); // copy page parameters from...

    docs.aspose.com/pdf/php-java/add-pages/
  4. Inconsistency between Word and PDF documents co...

    Hello, When saving document containing a table with specific “Keep with next” setup within cells, we get differences between generated Word and PDF content. In PDF the table is fitted into first page, while in Word it is…...noskov August 28, 2023, 12:49pm 2 @ANDREA.FARRIS We have opened...inconvenience. dfinsolutions May 2, 2025, 5:49am 5 Hi Alexey, is...

    forum.aspose.com/t/inconsistency-between-word-a...
  5. FontInfoCollection.Item | Aspose.Words for .NET

    Discover the FontInfoCollection Item property to easily retrieve fonts by name, enhancing your design projects with precision and style....FontInfoCollection indexer (1 of 2) Gets a font with the specified...FontInfoCollection indexer (2 of 2) Gets a font at the specified...

    reference.aspose.com/words/net/aspose.words.fon...
  6. 用JavaScript通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Java脚本通过C++管理Excel文件中的图片、OLE对象和形状。... addLine ( 2 , 0 , 2 , 0 , 100 , 300 ); // Save...sheet . shapes . addLine ( 2 , 0 , 2 , 0 , 100 , 300 ); // method...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  7. MappedDataFieldCollection.Count | Aspose.Words ...

    Discover the MappedDataFieldCollection Count property, which efficiently reveals the total number of elements in your data collection for optimized management.... EqualTo ( 2 )); using ( IEnumerator < KeyValuePair...<summary> /// Create a document with 2 MERGEFIELDs, one of which does...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Aspose::Words::Markup::CustomXmlPropertyCollect...

    Aspose::Words::Markup::CustomXmlPropertyCollection::Contains method. Determines whether the collection contains a property with the given name in C++...."2003" , properties -> idx_get ( 2 ) -> get_Value ()); ASSERT_EQ...properties -> get_Count ()); // 2 - Remove by name: properties ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Grouped answer sheet with question skipping|Doc...

    OMR ready grouped answer sheet with question skipping...container= columns_count=2 block_bottom_margin=0 block_top_padding=0...align=left &block ?block= column=2 border=rounded ?empty_line= height=25...

    docs.aspose.com/omr/net/showcases/exam/grouped/
  10. 在 PostScript 中使用页面 | C++

    Aspose.Page API 解决方案解答了如何将页面添加到 PS 文件的问题。了解如何在 C++ 中使用该功能... 以下代码片段通过 8 个步骤创建一个 2 页的 PS 文档: 为生成的 PS 文件创建输出流。 使用默认选项创建...使用默认选项创建 对象。 使用已创建的输出流和保存选项创建一个 2 页的 PsDocument。 使用文档的默认页面尺寸(纵向...

    docs.aspose.com/page/zh/cpp/ps/working-with-pages/