Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 210,516 for

new

(0.23 sec)
  1. 使用 Javascript 製作 Markdown

    通過幾個步驟在 JavaScript 中創建一個新的 Markdown。使用 Node.js via .NET 庫輕鬆創建 Markdown。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  2. 使用 Javascript 製作 DOC

    通過幾個步驟在 JavaScript 中創建一個新的 DOC。使用 Node.js via .NET 庫輕鬆創建 DOC。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  3. DICOM XML Serialization/Deserialization|Aspose....

    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.... Dataset dataset = new (); // Populate dataset with...with elements dataset . Add ( new CodeString ( Tag . DoseType , [...

    docs.aspose.com/medical/net/developer-guide/90-...
  4. XmlDataSource Class | Aspose.Words for .NET

    Unlock powerful reporting with Aspose.Words.XmlDataSource. Easily access XML data for seamless integration into your reports and enhance data visualization....XmlDataSource ( Stream ) Creates a new data source with data from an...XmlDataSource ( string ) Creates a new data source with data from an...

    reference.aspose.com/words/net/aspose.words.rep...
  5. Getting additional Hyperlinks When Comparing Wo...

    Hi, When I compare two Word documents, I notice that some additional links appear. What could be the reason for this, and how can I resolve the issue? Aspose Word Version : 25.5 Snippet : byte[] oldDoc = null; // her…...bytes of new document CompareOptions compareOptions = new CompareOptions();...Document doc1 = new Aspose.Words.Document(new MemoryStream(oldDoc...

    forum.aspose.com/t/getting-additional-hyperlink...
  6. Aspose.PSD for Java 24.2 - 发布说明|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....PsdLoadOptions psdLoadOptions = new PsdLoadOptions (); psdLoadOptions...image . save ( outputFile , new PsdOptions ()); } try ( PsdImage...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  7. DigitalSignatureCollection | Aspose.Words for Java

    Provides a read-only collection of digital signatures attached to a document in Java.... Document doc = new Document(getMyDir() + "Digitally...signOptions = new SignOptions(); signOptions.setSignTime(new Date());...

    reference.aspose.com/words/java/com.aspose.word...
  8. Create a Presentation Viewer on Android|Aspose....

    Create a custom presentation viewer in Java using Aspose.Slides for Android. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....Presentation presentation = new Presentation ( "sample.pptx"...FileOutputStream svgStream = new FileOutputStream ( "output.svg"...

    docs.aspose.com/slides/androidjava/presentation...
  9. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/pdf/
  10. Creating a non editable pdf blurs the text - Fr...

    On creating PDF non editable by using below code. The non editable PDF look is not in sync with the normal editable pdf. Content of Non editable pdf shrinks a little and becomes blurry on zooming in. Code which we are …...document Document pdfDocument = new Document(DownloadPath + reportRequestQueueid...Aspose.Pdf.Document imagePdf = new Aspose.Pdf.Document(); //Aspose...

    forum.aspose.com/t/creating-a-non-editable-pdf-...