C# .NET documents merger API לשילוב קובצי JPEG מרובים לקובץ אחד על ידי צירוף מספר סלקטיבי של עמודים או טווח של דפים ספציפיים ממספר מסמכי מקור למסמך אחד שנוצר. מיזוג כל המסמכים והפורמטים הפופולריים של קבצי תמונה כולל HTML, PDF, טקסט, OpenDocument, Microsoft Word, Excel, PowerPoint, Visio ו-OneNote.
הורדהצטרף לקבצי JPEG ב-C# .NET והוסף סימני מים של טקסט או תמונה למסמך היחיד שנוצר ביישומי .NET (C#, VB.NET, ASP.NET ו-.NET Core).
אתה זקוק למרחבי שמות של GroupDocs.Merger
ו-GroupDocs.Watermark
כדי לבצע פעולות מיזוג של מסמכים בודדים ומרובים בתוך PDF, Microsoft Office, HTML, OpenDocument ופורמטים רבים אחרים של מסמכים. גלה עוד .NET APIs עבור מסמכי Office כפי שמוצע על ידי Conholdate.Total.
קבל את קבצי ההרכבה המתאימים מה-הורדות או אחזר את כל החבילה מ-NuGet כדי להוסיף Conholdate.Total
ישירות בסביבת העבודה שלך.
// Supports merging Microsft Word, Excel, PowerPoint, Visio, OpenDocument, HTML, eBook and PostScript file formats | |
// Supported file formats: https://docs.groupdocs.com/merger/net/supported-document-formats/ | |
using (Merger merger = new Merger("input1.pdf")) | |
{ | |
merger.Join("input2.pdf"); | |
merger.Save("merged.pdf"); | |
} | |
using (Watermarker watermarker = new Watermarker("Output/merged.pdf")) | |
{ | |
Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); | |
TextWatermark watermark = new TextWatermark("my watermark", font); | |
watermark.ForegroundColor = Color.Red; | |
watermark.BackgroundColor = Color.Blue; | |
watermark.TextAlignment = TextAlignment.Right; | |
watermark.Opacity = 0.5; | |
watermarker.Add(watermark); | |
watermarker.Save("output.pdf"); | |
} |
שלב באופן תכנותי מספר סוגים של מסמכים כגון Word (DOC/DOCX), Excel (XLS/XLSX) ו-PowerPoint (PPT/PPTX) לקובץ PDF קומפקטי אחד ב-C# .NET יישומים, שמירה על אותו טקסט, עיצוב ומבנה פריסה במסמך שנוצר.
שלב את כל הפורמטים הפופולריים של קבצי המסמכים וצור ייצוג תמונה של דפי המסמך הממוזגים בפורמטים PNG, JPG או BMP. אתה יכול בקלות לצפות בתצוגה מקדימה של המסמך המלא בכללותו או להציג כמה עמודים ספציפיים בהתבסס על מספרי עמודים או טווחי עמודים.
הצטרף לפורמטים פופולריים של קבצי מסמכים במערכות הפעלה שונות כגון Windows, Linux או macOS תוך שימוש בפלטפורמות כגון Windows Azure, Mono ו-Xamarin.
// Supports merging Microsft Word, Excel, PowerPoint, Visio, OpenDocument, HTML, eBook and PostScript file formats | |
// Supported file formats: https://docs.groupdocs.com/merger/net/supported-document-formats/ | |
using (Merger merger = new Merger("input.pdf")) | |
{ | |
merger.Join("word-document.doc"); | |
merger.Join("excel-document.xls"); | |
merger.Join("powerpoint-document.ppt"); | |
merger.Save("merged.pdf"); | |
} |
JPEG, אשר מייצג Joint Photographic Experts Group, הוא אלגוריתם דחיסה אובדן שנועד למזער את גודל האחסון של תמונות דיגיטליות. זהו אחד פורמטי הקבצים הנפוצים ביותר עבור תמונות וגרפיקה עדיין, והוא משמש בדרך כלל באינטרנט ובמצלמות דיגיטליות. JPEG עבודות על ידי מדידה וניתוח התוכן של תמונה, ולאחר מכן מורכב אותו כדי להפחית את גודל הקובץ. כמות הדחיסה ניתן להתאמה, תלוי כמה איכות התמונה אתה צריך. JPEG דחיסה בדרך כלל תוצאות תמונה קטנה, באיכות נמוכה, אבל עם גודל קובץ קטן מאוד, מה שהופך אותו אידיאלי לשיתוף תמונות באינטרנט.
לִלמוֹד(Portable Document Format)
(word processing Files)
(Spreadsheet Management)
(Visio Files)
(Image Files)
(Web Files)
(Microsoft Word Binary Format)
(Office 2007+ Word Document)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word 2007+ Template File)
(Microsoft Word Template File )
(Rich Text Format)
(Text Document)
(Microsoft Excel Spreadsheet (Legacy))
(Excel Binary Workbook)
(Macro-enabled Spreadsheet)
(Open XML Workbook)
(Excel 97 - 2003 Template)
(Excel Macro-Enabled Template)
(Excel Template)
(Excel Macro-Enabled Add-In)
(Comma Seperated Values)
(Tab Seperated Values)
(Microsoft PowerPoint 97-2003)
(Open XML presentation Format)
(PowerPoint Slide Show)
(PowerPoint Slide Show)
(Joint Photographic Expert Group Image)
(Bitmap Image File)
(Portable Network Graphic)
(Graphical Interchange Format)
(Tagged Image File Format)
(The 7th Guest Video File)
(Visio Macro-Enabled Drawing)
(Visio Drawing)
(Visio Macro-Enabled Stencil File)
(Visio Stencil File)
(Visio Macro-Enabled Drawing Template)
(Visio Drawing Template)
(Visio Stencil XML File)
(Anim8or 3D Model)
(OneNote Document)
(Hyper Text Markup Language)
(MHTML Web Archive)
(Web Page Archive Format)
(OpenDocument Presentation Format)
(OpenDocument Spreadsheet)
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(OpenDocument Standard Format)
(Open eBook File)
(PostScript File)
(LaTeX Source Document)
(XML Paper Specifications)