Sort Score
Result 10 results
Languages All
Labels All
Results 5,211 - 5,220 of 153,248 for

2

(0.25 sec)
  1. Avoid using scientific notation when the import...

    Hi, Is there a way to avoid using scientific notation on a large numeric value when using smart marker? Let’s say if my data from the data source includes a large numeric value (e.g. “123456789000”), when I process the…...Family cells-java yoohee October 2, 2025, 3:52pm 1 Hi, Is there a...Professionalize.Discourse October 2, 2025, 3:52pm 2 @yoohee To avoid scientific...

    forum.aspose.com/t/avoid-using-scientific-notat...
  2. Word to PDF does not support ADVANCE Field - Fr...

    Hi, Words does not seem to support the { ADVANCE } field when saving as PDF. I have attached a sample document. Advance.docx (13.1 KB) The expectation is for the “2” to be moved down the page in the the converted docu…...KB) The expectation is for the “2” to be moved down the page in...Discourse December 16, 2025, 12:14am 2 @GaryO The document you attached...

    forum.aspose.com/t/word-to-pdf-does-not-support...
  3. Move PDF Pages|Aspose.PDF for Java

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Java.... get_Item ( 2 ); dstDocument . getPages ()....srcDocument . getPages (). delete ( 2 ); srcDocument . save ( dstFileName...

    docs.aspose.com/pdf/java/move-pages/
  4. Grouping and Ungrouping Rows and Columns in Pyt...

    Learn how to Group and Ungroup Rows and Columns through the Aspose.Cells for Python Via Java API....first three columns (from 0 to 2) and making them hidden by passing...True cells . groupColumns ( 0 , 2 , True ) # Saving the modified...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  5. Key Not Present Error When Extracting Items by ...

    Hi when using unique ID to extract / save single item from storage (pst/ost///) this is thrown: The given key was not present in the dictionary. This does not happen with 25.8...Discourse October 10, 2025, 7:56pm 2 @australian.dev.nerds It appears...australian.dev.nerds October 27, 2025, 2:06pm 3 Same for this, how to report...

    forum.aspose.com/t/key-not-present-error-when-e...
  6. Content missing while converting word to pdf - ...

    Dear Support Team, We are converting word to Pdf using aspose. while rendering the data is missing and Numbering serial order is missing in the generated Pdf file.Test.pdf (205.1 KB) Please find the attached documents …...Family subbusp July 23, 2019, 2:00pm 1 Dear Support Team, We are...tahir.manzoor July 23, 2019, 2:30pm 2 @subbusp Could you please...

    forum.aspose.com/t/content-missing-while-conver...
  7. Section Break as revision - How to get that spe...

    Hello Aspose Team, I have a specific situation in my Word file: I need to find revisions which are actually Section Breaks and then accept those revisions programmatically. I am using Java and Aspose.Words. Is there a …...Family words-java NevenaB December 2, 2025, 9:40am 1 Hello Aspose Team...Professionalize.Discourse December 2, 2025, 9:42am 2 @NevenaB Solution Iterate...

    forum.aspose.com/t/section-break-as-revision-ho...
  8. Cast and Receive Shadows on 3D Geometries|Docum...

    Generally, some 3D file formats can store shadow related settings in geometry like FBX. Using Aspose.3D for .NET, developers can render an image by mapping shadows from the viewpoint of a light source. The image quality depends on the light source, elevation angle and distance between the camera and geometric objects.... PI * 2 )). ToMesh (); Node torus = scene... Translation = new Vector3 ( 2 , 1 , 1 ); { // Create a blue...

    docs.aspose.com/3d/net/cast-and-receive-shadows...
  9. Move PDF Pages programmatically C++|Aspose.PDF ...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for C++....-> get_Pages () -> idx_get ( 2 ); dstDocument -> get_Pages ()...srcDocument -> get_Pages () -> Delete ( 2 ); srcDocument -> Save ( dstFileName...

    docs.aspose.com/pdf/cpp/move-pages/
  10. Grouping and Ungrouping Rows and Columns in Rub...

    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....first three columns (from 0 to 2) and making them hidden by passing...true cells . groupColumns ( 0 , 2 , true ) # Saving the modified...

    docs.aspose.com/cells/java/grouping-and-ungroup...