Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 1,370 for

combine

(0.38 sec)
  1. Maak een documentviewer in ASP.NET Core MVC voo...

    De online documentviewers zijn populair geworden na het groeiende gebruik van digitale documenten, vooral in de contentmanagementsystemen. De reden achter deze populariteit is dat u verschillende documentformaten kunt bekijken zonder speciale softwareprogramma’s te kopen of te installeren. Gezien het belang van documentviewers, dacht ik een artikel te schrijven over het maken van een universele documentviewer in ASP.NET MVC. We gaan een ASP.NET MVC documentviewer-applicatie maken die gericht is op het ....Combine(projectRootPath, "wwwroot/Content");..."wwwroot/Content"); storagePath = Path.Combine(projectRootPath, "storage");...

    blog.groupdocs.com/nl/viewer/document-viewer-in...
  2. Criar visualizador de documentos no ASP.NET Cor...

    Os visualizadores de documentos online tornaram-se populares após o crescente uso de documentos digitais, especialmente nos sistemas de gerenciamento de conteúdo. A razão por trás dessa popularidade é que você pode visualizar uma variedade de formatos de documentos sem comprar ou instalar programas de software dedicados. Considerando a importância dos visualizadores de documentos, pensei em escrever um artigo sobre como criar um visualizador de documentos universal em ASP.NET MVC. Vamos criar um aplicativo visualizador de documentos ASP....Combine(projectRootPath, "wwwroot/Content");..."wwwroot/Content"); storagePath = Path.Combine(projectRootPath, "storage");...

    blog.groupdocs.com/pt/viewer/document-viewer-in...
  3. Document Merger

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Combine apenas as páginas seletivas...Word em um único arquivo. Combine apenas as páginas seletivas...

    blog.groupdocs.com/pt/tag/document-merger/
  4. Merge PDF, Word, Excel, PowerPoint Files in C# ...

    Programmatically merge PDF, Word documents, spreadsheets, presentation files within your .NET based applications using the Merger API by GroupDocs in C#....Following simple 3 lines of code combines 2 PDF files into 1 PDF document...Call Save method to save the combined document. // Merge 2 PDF files...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  5. GroupDocs.Annotation for Java Library - Annotat...

    We are pleased to inform developers, especially those of you who prefer the Linux platform, about the release of the GroupDocs.Annotation for Java library. It is an HTML5 standard compliant library that allows you to display PDF, Microsoft Office and image files and comes with a comprehensive set of document commenting and markup tools. The viewer can work two ways: by rasterizing documents or by converting them to a combination of SVG, HTML and CSS....by converting them to a combination of SVG, HTML and CSS. Both...technology of HTML, CSS and SVG combination), meaning users can select...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  6. Vytvořte prohlížeč dokumentů v ASP.NET Core MVC...

    Online prohlížeče dokumentů se staly populární po rostoucím používání digitálních dokumentů, zejména v systémech pro správu obsahu. Důvodem této popularity je, že si můžete prohlížet různé formáty dokumentů bez nákupu nebo instalace speciálních softwarových programů. Vzhledem k důležitosti prohlížečů dokumentů mě napadlo napsat článek o tom, jak vytvořit univerzální prohlížeč dokumentů v ASP.NET MVC. Chystáme se vytvořit aplikaci pro prohlížení dokumentů ASP.NET MVC, která bude cílit na framework .NET Core. Pro vykreslování dokumentů na backendu použijeme GroupDocs....Combine(projectRootPath, "wwwroot/Content");..."wwwroot/Content"); storagePath = Path.Combine(projectRootPath, "storage");...

    blog.groupdocs.com/cs/viewer/document-viewer-in...
  7. إنشاء عارض المستندات في ASP.NET Core MVC لـ 140...

    أصبح مشاهدو المستندات عبر الإنترنت شائعًا بعد الاستخدام المتزايد للوثائق الرقمية ، خاصة في أنظمة إدارة المحتوى. السبب وراء هذه الشعبية هو أنه يمكنك عرض مجموعة متنوعة من تنسيقات المستندات دون شراء أو تثبيت برامج مخصصة. بالنظر إلى أهمية عارض المستندات ، فكرت في كتابة مقال حول كيفية إنشاء عارض مستندات عالمي في ASP.NET MVC. سنقوم بإنشاء ASP.NET MVC تطبيق عارض المستندات الذي سيستهدف .NET Core. لعرض المستند في الخلفية ، سنستخدم GroupDocs....Combine(projectRootPath, "wwwroot/Content");..."wwwroot/Content"); storagePath = Path.Combine(projectRootPath, "storage");...

    blog.groupdocs.com/ar/viewer/document-viewer-in...
  8. Створіть засіб перегляду документів у ASP.NET C...

    Онлайн-переглядач документів став популярним після зростання використання цифрових документів, особливо в системах керування вмістом. Причина такої популярності полягає в тому, що ви можете переглядати різноманітні формати документів, не купуючи чи встановлюючи спеціальні програми. Враховуючи важливість засобів перегляду документів, я думав написати статтю про те, як створити універсальний засіб перегляду документів у ASP.NET MVC. Ми збираємося створити програму перегляду документів ASP.NET MVC, яка буде націлена на фреймворк .NET Core. Для візуалізації документів у серверній частині ми будемо використовувати GroupDocs....Combine(projectRootPath, "wwwroot/Content");..."wwwroot/Content"); storagePath = Path.Combine(projectRootPath, "storage");...

    blog.groupdocs.com/uk/viewer/document-viewer-in...
  9. 140개 이상의 파일 형식을 위한 ASP.NET Core MVC에서 문서 뷰어 만들기

    온라인 문서 뷰어는 특히 콘텐츠 관리 시스템에서 디지털 문서의 사용이 증가하면서 인기를 얻었습니다. 이 인기의 이유는 전용 소프트웨어 프로그램을 구입하거나 설치하지 않고도 다양한 문서 형식을 볼 수 있기 때문입니다. 문서 뷰어의 중요성을 생각하면서 ASP.NET MVC에서 범용 문서 뷰어를 만드는 방법에 대한 기사를 작성하게 되었습니다. .NET Core 프레임워크. 백엔드에서 문서 렌더링을 위해 GroupDocs.Viewer for .NET API - 강력한 문서 뷰어 API를 사용합니다. PDF, Word, Excel, PowerPoint, Visio, CAD, Outlook 및 다른 많은 인기 있는 형식....Combine(projectRootPath, "wwwroot/Content");..."wwwroot/Content"); storagePath = Path.Combine(projectRootPath, "storage");...

    blog.groupdocs.com/ko/viewer/document-viewer-in...
  10. Erstellen Sie Document Viewer in ASP.NET Core M...

    Die Online-Dokumentenbetrachter sind nach der zunehmenden Verwendung digitaler Dokumente, insbesondere in den Content-Management-Systemen, populär geworden. Der Grund für diese Beliebtheit ist, dass Sie eine Vielzahl von Dokumentformaten anzeigen können, ohne spezielle Softwareprogramme kaufen oder installieren zu müssen. In Anbetracht der Bedeutung von Dokumentbetrachtern dachte ich daran, einen Artikel darüber zu schreiben, wie man einen universellen Dokumentbetrachter in ASP.NET MVC erstellt. Wir werden eine ASP.NET MVC Document Viewer-Anwendung erstellen, die auf ....Combine(projectRootPath, "wwwroot/Content");..."wwwroot/Content"); storagePath = Path.Combine(projectRootPath, "storage");...

    blog.groupdocs.com/de/viewer/document-viewer-in...