Sort Score
Result 10 results
Languages All
Labels All
Results 5,321 - 5,330 of 6,797 for

paged

(0.06 sec)
  1. Working with XML Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....Source Document Template Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/working-with-xm...
  2. Working with IPTC IIM metadata | Documentation

    This article shows how to access IPTC metadata in a file of any supported format.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/net/working-with-ip...
  3. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Sloučit dokumenty Word pomocí Java | Připojit v...

    Java způsob, jak sloučit dva nebo více dokumentů aplikace Word do jednoho souboru. Kombinujte pouze vybrané stránky z více souborů aplikace Word ve vaší aplikaci....Specify the starting and ending page number // Sloučit dokumenty...{ 2, 4, 6 })); // Specifying page number(s) merger.save("output_document...

    blog.groupdocs.com/cs/merger/merge-word-files-u...
  5. מיזוג מסמכי Word באמצעות Java | הצטרף לכל הדפים...

    דרך Java למזג שני מסמכי Word או יותר לקובץ בודד. שלב רק את הדפים הסלקטיביים של קובצי Word מרובים בתוך היישום שלך....Specify the starting and ending page number // מיזוג המסמכים merger...{ 2, 4, 6 })); // Specifying page number(s) merger.save("output_document...

    blog.groupdocs.com/he/merger/merge-word-files-u...
  6. Java Kullanarak Word Belgelerini Birleştirme | ...

    İki veya daha fazla Word belgesini tek bir dosyada birleştirmenin Java yolu. Uygulamanızdaki birden çok Word dosyasının yalnızca seçili sayfalarını birleştirin....Specify the starting and ending page number // belgeleri birleştirme...{ 2, 4, 6 })); // Specifying page number(s) merger.save("output_document...

    blog.groupdocs.com/tr/merger/merge-word-files-u...
  7. รวมเอกสาร Word โดยใช้ C# | เข้าร่วมเพจทั้งหมดหร...

    วิธี C# ในการรวมเอกสาร Word สองไฟล์ขึ้นไปเป็นไฟล์เดียว รวมเฉพาะหน้าที่เลือกของไฟล์ Word หลายไฟล์ภายในแอปพลิเคชัน .NET ของคุณ...Specify the starting and ending page number // รวมเอกสาร merger....{ 2, 4, 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/th/merger/merge-word-files-u...
  8. Об’єднання документів Word за допомогою C# | Пр...

    C# спосіб об’єднати два або більше документів Word в один файл. Об’єднайте лише вибрані сторінки кількох файлів Word у своїй програмі .NET....Specify the starting and ending page number // Об’єднайте документи...{ 2, 4, 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/uk/merger/merge-word-files-u...
  9. Improvements and Fixes in GroupDocs.Viewer for ...

    GroupDocs team always takes care of customers. Our customers provide us with their valuable feedback which help us improve day by day, keeping it in mind, we are proudly announcing version v1.2 of **GroupDocs.Viewer for .NET**MVC Front End. This new front end includes improvements and fixes for a bunch of issues reported by our customers. Please feel free to download and investigate this new version. GroupDocs.Viewer for .NET MVC Front End - ImprovementsFollowing are the improvents introduced in this version of the Front End Search and highlight a text passed from main page while loading the document....highlight a text passed from main page while loading the document....

    blog.groupdocs.com/viewer/improvements-fixes-gr...
  10. Convert a JPEG file to PSD programmatically in C#

    You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd....a stream where each document page will be stored Call Convert...

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...