Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 197,077 for

new

(0.16 sec)
  1. 使用 PHP via Java 创建 PDF 表单 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码创建 PDF 表单并以编程方式添加字段。...document $colors = new Color (); $document = new Document ( $inputFile...$textBoxField = new TextBoxField ( $page , new Rectangle ( 110...

    products.aspose.com/pdf/zh-hans/php-java/acrofo...
  2. Extracting text inside a rectangle|Documentation

    Extract text located inside areas of the image provided by coordinates....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...rectangles = new List < Aspose . Drawing . Rectangle >(){ new Aspose...

    docs.aspose.com/ocr/net/image-regions-extract/
  3. Working with Headings in PDF|Aspose.PDF for PHP...

    Create numbering in heading your PDF document using PHP. Aspose.PDF for PHP via Java offers different kinds of numbering styles....// Open document $document = new Document ( $inputFile ); $document...getPageInfo () -> setMargin ( new MarginInfo ()); $document ->...

    docs.aspose.com/pdf/php-java/working-with-headi...
  4. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type of break at the beginning of the section in C++....Description Continuous 0 The new section starts on the same page...from a new column. NewPage 2 The section starts from a new page...

    reference.aspose.com/words/cpp/aspose.words/sec...
  5. Adding CadInsertObject in a DWG created from sc...

    Hi Aspose Support, I’m working with the latest version of Aspose.CAD for .NET, and I’m building a tool where I need to create a DWG file completely from scratch. My goal is to add several points to the drawing, but the…...drawing is created from a blank new DwgImage() instance. Request:...Add those entities to a brand new DWG file. Ensure the blocks display...

    forum.aspose.com/t/adding-cadinsertobject-in-a-...
  6. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document within a Word document in Java....doc = new Document(); GlossaryDocument glossaryDoc = new GlossaryDocument();...GlossaryDocVisitor visitor = new GlossaryDocVisitor(); // Visit...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose words合并word包含toc,toc的宽度和被合并文件的宽度不一致 - Fr...

    Hi , 我的问题,合并word包含toc,toc的宽度和被合并文件不一致。帮忙看下,感谢 技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 合并代码: public static final String tocFontName = "Arial"; private static final License ASPOSE_LICENSE = New Li…...final License ASPOSE_LICENSE = new License(); static { try { //Aspose...catch (Exception e) { throw new RuntimeException(e); } } public...

    forum.aspose.com/t/aspose-words-word-toc-toc/31...
  8. Convert JPG To JPG Javascript

    Convert JPG to JPG format in JavaScript code. Save JPG as JPG using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.jpg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/conversion...
  9. Open Presentation in Java|Aspose.Slides Documen...

    Open or load Presentation PPT, PPTX, ODP in Java...(content on its slides), add new slides or remove existing ones...constructor Presentation pres = new Presentation ( "Presentation...

    docs.aspose.com/slides/java/open-presentation/
  10. IStructuredDocumentTag.isShowingPlaceholderText...

    IStructuredDocumentTag.isShowingPlaceholderText property. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT).... let doc = new aw . Document (); // Insert a...enter text." prompt. let tag = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...