Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 228,094 for

new

(0.19 sec)
  1. 将 PDF 转换为图像格式|Aspose.PDF for Java

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式。只需几行代码即可将 PDF 页面转换为 PNG、JPEG、BMP 图像。...toString (); Document document = new Document ( documentFileName );...Resolution 对象 Resolution resolution = new Resolution ( 300 ); // 创建 TiffSettings...

    docs.aspose.com/pdf/zh/java/convert-pdf-to-imag...
  2. 将矩形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将矩形对象创建到您的PDF中。...specified rectangle var graph = new Aspose . Pdf . Drawing . Graph...inside the Graph var rect = new Aspose . Pdf . Drawing . Rectangle...

    docs.aspose.com/pdf/zh/net/add-rectangle/
  3. 检索、获取、复制和插入页面|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....load diagram Diagram diagram = new Diagram ( dataDir + "RetrievePageInfo...a VDX file Diagram diagram = new Diagram ( dataDir + "Drawing1...

    docs.aspose.com/diagram/zh/java/retrieve-get-co...
  4. 在 C# 中处理 PDF 表单 | Aspose.PDF

    使用 Aspose.PDF for .NET,使用 C# 示例代码,以编程方式管理 PDF 表单。...pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...Create a field var textBoxField = new Aspose . Pdf . Forms . TextBoxField...

    products.aspose.com/pdf/zh-hans/net/acroforms/
  5. OdtSaveOptions Password bug - Free Support Foru...

    Hi, When saving as .Odt if I set: OdtSaveOptions.Password = “111” I will get XmlException: Data at the root level is invalid. Line 1, position 1....for testing: Document doc = new Document(@"C:\Temp\in.docx");...docx"); OdtSaveOptions opt = new OdtSaveOptions(); opt.Password = "123";...

    forum.aspose.com/t/odtsaveoptions-password-bug/...
  6. Color inversion|Documentation

    How to swap colors in an image to improve recognition accuracy....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...PreprocessingFilter filters = new Aspose . OCR . Models . PreprocessingFilters...

    docs.aspose.com/ocr/net/invert/
  7. Edit PPTM in PHP | products.aspose.com

    Edit PPTM in PHP. Use PHP library API to edit PPTM files...edit a PPTM file by adding a new line of text to it. Edit PPTM...PHP via Java , you can add a new line of text to the PPTM document...

    products.aspose.com/slides/php-java/editor/pptm/
  8. Edit POT in PHP | products.aspose.com

    Edit POT in PHP. Use PHP library API to edit POT files...edit a POT file by adding a new line of text to it. Edit POT...PHP via Java , you can add a new line of text to the POT document...

    products.aspose.com/slides/php-java/editor/pot/
  9. MetafileRenderingMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.MetafileRenderingMode enhances WMF and EMF metafile rendering for optimal document quality and performance.... Document doc = new Document ( MyDir + "WMF with...MetafileRenderingOpt metafileRenderingOpt = new MetafileRenderingOpt (); // Set...

    reference.aspose.com/words/net/aspose.words.sav...
  10. How can I convert the entire Excel file into a ...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao 新規工事件名シート(1)_250702~260830 (23).zip (502.5 KB) How can I convert the entire Excel file into a single-page SVG without cutting off any content? Sample in z…...Run() { Workbook workbook = new Workbook(); Worksheet worksheet...workbook Workbook workbook = new Workbook(filePath); // Create...

    forum.aspose.com/t/how-can-i-convert-the-entire...