Sort Score
Result 10 results
Languages All
Labels All
Results 7,071 - 7,080 of 89,195 for

object

(0.25 sec)
  1. How to Resize Image using Java

    This concise tutorial is designed to explain how to resize image using Java. To resize image Java code and steps are shared for establishing the necessary environment....the disk into the Image class object Call Image.resize() function...using the ImageResizeSettings object in the resize() function. This...

    kb.aspose.com/imaging/java/how-to-resize-image-...
  2. How to Convert Bitmap to PNG in Java

    This short tutorial guides you on how to convert Bitmap to PNG in Java. Using this tutorial you can convert BMP file to PNG in Java in any of the common operating systems like Windows, macOS or Linux....Initialize the PngOptions class object to set output PNG image attributes...level in the PngOptions class object Save the source Bitmap file...

    kb.aspose.com/imaging/java/how-to-convert-bitma...
  3. Convert Word to PCL in Python

    This simple article discusses how to convert Word to PCL in Python. It encompasses all the required information to establish the environment and offers a working example code to render DOC file to PCL in Python....of the PclSaveOptions class object to set the required output...creating a PclSaveOptions class object to set the desired output PCL...

    kb.aspose.com/words/python/convert-word-to-pcl-...
  4. Poor Quality upon Converting SVG to DXF – Aspos...

    Poor Quality - SVG - DXF conversion.zip (3.9 MB) Dear Aspose Support, We are experiencing significant quality issues when converting SVG files to DXF using Aspose.Imaging v25.4.0. These issues are creating serious down…...the DxfOptions object. On the DxfOptions object we set the raasterizationOption...

    forum.aspose.com/t/poor-quality-upon-converting...
  5. Convert USDZ to 3DS via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...Conversion // load the USDZ in an object of Scene var scene = new Aspose...Options USDZ TO OBJ (Wavefront 3D Object File) USDZ TO PDF (Portable...

    products.aspose.com/3d/net/conversion/usdz-to-3ds/
  6. How to Find and Replace Text in Word Document i...

    This topic shows, how to find and replace text in Word document in C++ using a simplified code example. By using C++ replace text in Word document is easily performed in few lines of easy code with no external dependence on MS Word or Interop library....files Initialize Document class object to load DOCX for replacing...Create FindReplaceOptions class object to enable different properties...

    kb.aspose.com/words/cpp/how-to-find-and-replace...
  7. 在行或列上应用样式|Documentation

    本文介绍如何在GridDesktop中对行或列应用样式。...[ 0 ]; // Getting the Style object for the row Style style = row...row with the customized Style object row . SetStyle ( style ); 从工作表中删除一行...

    docs.aspose.com/cells/zh/net/aspose-cells-gridd...
  8. DocSaveOptions.always_compress_metafiles proper...

    DocSaveOptions.always_compress_metafiles property. When ``False``, small metafiles are not compressed for performance reason...MY_DIR + 'Microsoft equation object.docx' ) # When we save a document...set a flag in a SaveOptions object to compress every metafile...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Change Password of a PDF File in Node.js|Aspose...

    Change Password of a PDF File with Aspose.PDF for Node.js via C++.... Receive the object if successful. Call the function...AsposePdf module. Receive the object if successful. Call the function...

    docs.aspose.com/pdf/nodejs-cpp/change-password-...
  10. Add Pages in PDF|Aspose.PDF for 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 Java library....file: Create a Document class object with the input PDF file. Call...file: Create a Document class object with the input PDF file. Call...

    docs.aspose.com/pdf/java/add-pages/