Sort Score
Result 10 results
Languages All
Labels All
Results 9,441 - 9,450 of 223,147 for

new

(1.42 sec)
  1. Aspose.PSD for Java 25.6 - Release Notes|Docume...

    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 ( sourceFile , new PsdLoadOptions ())) { psdImage...(); PngOptions pngOptions = new PngOptions (); pngOptions . setColorType...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  2. 以球体半径工作|Documentation

    使用 Aspose.3D for Node.js via Java,你可以设置得到一个球体的半径。...initialize a scene var scene = new aspose . threed . Scene (); //...initialize a Sphere var sphere = new aspose . threed . Sphere ();...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  3. Creating an Aztec Barcode in PHP|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....$builder = new BarCodeBuilder (); $symbology = new Symbology ();...

    docs.aspose.com/barcode/java/creating-an-aztec-...
  4. TextBox.FitShapeToText | Aspose.Words for .NET

    Discover how the FitShapeToText property in Microsoft Word automatically adjusts shapes to perfectly fit your text, enhancing document presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 服务器字体匹配问题 - Free Support Forum - aspose.com

    222222222222222.png (9.6 KB) 我现在linux服务器上配置了字体替换规则,然后java代码里没有任何设置,我的运行条件是:服务器上只有IPAexMincho和IPAexGothic这2中字体,我现在客户端用MS ゴシック做了一个excel模板,当我用SvgSaveOptions svgSaveOptions = New SvgSaveOptions(); svgSaveOptions.setSheetIn…...aveOptions svgSaveOptions = new SvgSaveOptions(); svgSaveOptions...ByteArrayOutputStrea byteArrayOutputStrea = new ByteArrayOutputStrea(); excel...

    forum.aspose.com/t/topic/311950
  6. ParagraphFormat.Shading | Aspose.Words for .NET

    Discover the ParagraphFormat Shading property for enhanced text styling. Access a Shading object to elevate your paragraph's visual appeal effortlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/par...
  7. LayoutOptions.RevisionOptions | Aspose.Words fo...

    Explore the LayoutOptions RevisionOptions property to easily access and customize revision settings for enhanced document control and flexibility....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lay...
  8. ShapeBase.relativeVerticalPosition property | A...

    ShapeBase.relativeVerticalPosition property. Specifies relative to what the shape is positioned vertically....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Extract PDF to Text file - Free Support Forum -...

    Hi there, I have attached a PDF page where paragraphs are in columns format. When i try to extract text using Apose.PDF, it is unable to read the actual paragraphs. Instead it is reading horizontally with tab space. Ca…... Document pdfDocument = new Document(dataDir + "Page10.pdf");...ParagraphAbsorber absorber = new ParagraphAbsorber(); absorber...

    forum.aspose.com/t/extract-pdf-to-text-file/244862
  10. Question about Digital Signature Preservation w...

    I am currently working with Aspose.PDF for .NET version 22.2.0 in a .NET 9 project, and I have an important question regarding digital signature preservation when filling PDF form fields. Current Situation: I need to fi…...snippet: Document doc = new Document(new FileStream(“document.pdf”...Sample(string pdfPath) { using var fs = new FileStream(pdfPath, FileMode...

    forum.aspose.com/t/question-about-digital-signa...