Sort Score
Result 10 results
Languages All
Labels All
Results 4,441 - 4,450 of 31,267 for

test

(0.17 sec)
  1. Word To Pdf:Page number orientation is incorrec...

    When I convert a Word document to PDF, the page number orientation is incorrect. version:words-25.10-jdk17.jar file: Test.7z (9.9 MB)...jar file: TEST.7z (9.9 MB) 752×480 5.22 KB...Document doc = new Document("TEST.docx"); // Re‑calculate page...

    forum.aspose.com/t/word-to-pdf-page-number-orie...
  2. Aspose Words Revisions date - Free Support Foru...

    Aspose.Words for dotnet 25.4.0 Document revisions all have a DateTime set to 01/01/0001 00:00:00 Code : Given the file Pierre2.docx has a few revisions ( track changes enabled ) var filename = @"C:\Users\Pierre\Docum…...problematic document here for testing? We will check the issue and...5-05T16:32:00Z"> <w:r> <w:t>test</w:t> </w:r> </w:ins> So it...

    forum.aspose.com/t/aspose-words-revisions-date/...
  3. Timeout when using Aspose.SVG.Drawing.SkiaSharp...

    I am attempting to convert SVG images to compressed JPG images. I started by using Aspose.SVG, and implemented a method to do just that. It is rather slow, but it did manage to make some decent jpg compressions. Howeve…... I tested my rendering options one by...package. The input options for my test case are a targetDpi of 300...

    forum.aspose.com/t/timeout-when-using-aspose-sv...
  4. Docx to Pdf rendition is not getting generating...

    In the original document SISMS-06-01-SFP-FORM-006320.docx (107.7 KB), row 54 appears on page 9. However, after converting the document to PDF using Aspose version 25.6, row 54 is shifted to page 8 in the output file SISM…...pdf", options); } } Next Steps Test the above code to see if it...provide this font here for testing? Also, please save the original...

    forum.aspose.com/t/docx-to-pdf-rendition-is-not...
  5. Aspose PDF not printing correctly - Free Suppor...

    I have several Word documents that I need to print using Aspose WORDS or Aspose PDF. I have tried the following methods. Method 1. Print from Aspose WORDS. Prints OK. I can set duplex, color, but the paper size and ori…...Vertical; //test case else ps.Duplex = Duplex...sharing the code snippet. I have tested the scenario using Aspose.Pdf...

    forum.aspose.com/t/aspose-pdf-not-printing-corr...
  6. Document constructor with correct password thro...

    I have 2 different PDF documents sent from the same client, both encrypted with the same password, and both can be opened with Adobe using that password. However, one of them fails in the Document constructor with an “I…... I have tested on both version 20.3, as well...along with password. We will test the scenario in our environment...

    forum.aspose.com/t/document-constructor-with-co...
  7. Calling AsposeOCR.Recognize Get NoSuchMethodErr...

    In using the sample code to call AsposeOCR.Recognize I Get NoSuchMethodError int com.aspose.pdf.Page.getRotate. AsposeOCR api = new AsposeOCR(); RecognitionSettings recognitionSettings = new RecognitionSettings();| OcrI…...1 KB) Here is the test pdf that causes the issue The...application which uses 25.8 version (tested with the latest version as...

    forum.aspose.com/t/calling-asposeocr-recognize-...
  8. Aspose.PSD for Python via .NET 24.6 - Release N...

    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....def AssertIsNotNull(test_object): # if test_object is None: # raise...raise Exception("Test object is null.") # # creator_tool_key...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  9. Conversion from Word to PDF has some issues wit...

    Hi Support, We are licensed users of Aspose.Total. We are facing formatting issues while converting document from Word to PDF. We are trying to render the PDF with Bookmarks retained and below is how we have implemente…... Test with Different PDF Compliance...output documents here for testing? We will check the issue and...

    forum.aspose.com/t/conversion-from-word-to-pdf-...
  10. 分割网格|Documentation

    Aspose.3D for Java API 支持将场景的所有网格拆分为每个材质的多个子网格。SplitMesh方法不会拆分场景的网格 (如果已为其指定了单个材质)。可以使用 Aspose.3D for Java API 来实现。...getDataDir (); MyDir = MyDir + "test.fbx" ; // Load a 3D file Scene...RunExamples . getOutputFilePath ( "test-splitted.fbx" ); scene . save...

    docs.aspose.com/3d/zh/java/split-mesh/