mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-26 01:19:33 +02:00
docs: edit pdf meta
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import React, { useState } from 'react';
|
import React from 'react';
|
||||||
import { Box } from '@mui/material';
|
import { Box } from '@mui/material';
|
||||||
import ToolPdfInput from '@components/input/ToolPdfInput';
|
|
||||||
import ToolContent from '@components/ToolContent';
|
import ToolContent from '@components/ToolContent';
|
||||||
import { ToolComponentProps } from '@tools/defineTool';
|
import { ToolComponentProps } from '@tools/defineTool';
|
||||||
import { EmbedPDF } from '@simplepdf/react-embed-pdf';
|
import { EmbedPDF } from '@simplepdf/react-embed-pdf';
|
||||||
|
@@ -7,7 +7,8 @@ export const tool = defineTool('pdf', {
|
|||||||
icon: 'mdi:file-document-edit',
|
icon: 'mdi:file-document-edit',
|
||||||
description:
|
description:
|
||||||
'Advanced PDF editor with annotation, form-fill, highlight, and export capabilities. Edit your PDFs directly in the browser with professional-grade tools including text insertion, drawing, highlighting, signing and form filling.',
|
'Advanced PDF editor with annotation, form-fill, highlight, and export capabilities. Edit your PDFs directly in the browser with professional-grade tools including text insertion, drawing, highlighting, signing and form filling.',
|
||||||
shortDescription: 'Edit PDFs with advanced annotation and editing tools',
|
shortDescription:
|
||||||
|
'Edit PDFs with advanced annotation, signing and editing tools',
|
||||||
keywords: [
|
keywords: [
|
||||||
'pdf',
|
'pdf',
|
||||||
'editor',
|
'editor',
|
||||||
|
Reference in New Issue
Block a user