- or
No existing idea results
- ~ No ideas found ~
13866 results found
-
USER INFOMATION BUG
環境設定でユーザー情報の性、名を登録しても、次回ファイルOPENする際にユーザー情報が性、名の欄の文字が?に変換されてしまいます。
毎回入力が手間です。改善お願いします1 vote -
Benefits of hiring Python developers.
Why should companies think about using Appsierra's Python developers?
Employing Python developers from Appsierra has a number of benefits that make it an appealing option for companies looking to hire Python programmers:
Competent and Skilled Developers: Appsierra has a group of competent Python developers who have a great deal of experience applying Python's capabilities in a variety of fields and sectors.
Technological Excellence: Appsierra's developers are skilled at using Python's many features, frameworks, and libraries to create scalable, reliable solutions that are suited to particular business requirements.
Tailored Solutions: Appsierra is committed to learning about the particular needs of every project. Their Python developers give customised solutions that are exactly in line with the client's technical requirements and business objectives.
Flexibility and Adaptability: The Python developers at Appsierra are able to adjust to different project needs and scopes. They can easily integrate with current teams or workflows because of their adaptable approach.
Extensive Support: In addition to development, Appsierra offers continuous support and upkeep to guarantee that the Python-based solutions are safe, up to current, and optimised for continuous use.
In summary, organisations may access highly trained experts who offer technological excellence, customised solutions, adaptability, comprehensive support, transparent communication, timely delivery, and strict quality assurance by hiring Appsierra Python developers. This establishes Appsierra as a trustworthy partner for companies looking for Python development experience.
For more details: https://www.appsierra.com/services/hire-python-developers
Why should companies think about using Appsierra's Python developers?
Employing Python developers from Appsierra has a number of benefits that make it an appealing option for companies looking to hire Python programmers:
Competent and Skilled Developers: Appsierra has a group of competent Python developers who have a great deal of experience applying Python's capabilities in a variety of fields and sectors.
Technological Excellence: Appsierra's developers are skilled at using Python's many features, frameworks, and libraries to create scalable, reliable solutions that are suited to particular business requirements.
Tailored Solutions: Appsierra is committed to learning about the particular needs of every…
1 vote -
Make low resolution document high resolution button so they will OCR
Create a tool that makes low resolution documents high resolution so OCR will work. User needs to be able to redact documents, but OCR doesn't work. She has to go in and print to Microsoft pdf and then she is able to OCR and search.
Please cut out some steps by making this automatic or adding a tool.
1 vote -
Ligands in search
Searches on words such as 'differentiation' fail in documents where the double f has been formatted as a ligand (the two ff's joined as one symbol). This has been known for thirty years and yet it still happens, it's ridiculous that such a simple feature of text should be able to disable such an important function and advantage of using PDFs to communicate information.
And by the way the hoops you made me jump through to log in, even though I was using correct email and password were just ridiculous -- I simply won't waste my time trying to get to you to improve in future and if I had any say in my company's IT choice I wouldn't use Adobe any moreSearches on words such as 'differentiation' fail in documents where the double f has been formatted as a ligand (the two ff's joined as one symbol). This has been known for thirty years and yet it still happens, it's ridiculous that such a simple feature of text should be able to disable such an important function and advantage of using PDFs to communicate information.
And by the way the hoops you made me jump through to log in, even though I was using correct email and password were just ridiculous -- I simply won't waste my time trying to get…1 vote -
PDF Metadata rules too strict
I am attempting to generate PDFs which are considered accessible using Python.
I am checking their Accessibility in Acrobat and getting what I think spurious warnings with regards to the title tag.
The XML packet before the acrobat "fix" looks like this:
```
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.1-c001 79.2a0d8d9, 2023/03/14-11:19:46 ">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" rdf:about="">
<dc:format>application/pdf/dc:format
<dc:title>
<rdf:Alt>
<rdf:li xml:lang="x-default">Vendor Report: VENDOR/rdf:li
/rdf:Alt
/dc:title
<xmp:ModifyDate>2023-05-26T12:54:04-04:00/xmp:ModifyDate
<xmp:CreateDate>2023-05-26T12:28:56-04:00/xmp:CreateDate
<xmp:MetadataDate>2023-05-26T12:54:04-04:00/xmp:MetadataDate
<xmpMM:DocumentID>uuid:befe056c-5bfe-4c4d-9d90-0d6b1d008200/xmpMM:DocumentID
<xmpMM:InstanceID>uuid:328eb639-0111-ac4b-a9ba-a39da14175e0/xmpMM:InstanceID
/rdf:Description
/rdf:RDF
/x:xmpmeta<?xpacket end="w"?>
```The XML packet after the acrobat "fix" looks like this:
```
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.1-c001 79.2a0d8d9, 2023/03/14-11:19:46 ">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xmp="http://ns.adobe.com/xap/1.0/"
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/">
<dc:format>application/pdf/dc:format
<dc:title>
<rdf:Alt>
<rdf:li xml:lang="x-default">Vendor Report: VENDOR/rdf:li
/rdf:Alt
/dc:title
<xmp:ModifyDate>2023-05-26T12:54:04-04:00/xmp:ModifyDate
<xmp:CreateDate>2023-05-26T12:28:56-04:00/xmp:CreateDate
<xmp:MetadataDate>2023-05-26T12:54:04-04:00/xmp:MetadataDate
<xmpMM:DocumentID>uuid:befe056c-5bfe-4c4d-9d90-0d6b1d008200/xmpMM:DocumentID
<xmpMM:InstanceID>uuid:328eb639-0111-ac4b-a9ba-a39da14175e0/xmpMM:InstanceID
/rdf:Description
/rdf:RDF
/x:xmpmeta<?xpacket end="w"?>
```I believe the only differences in the two xmls is the spacing which in this case is just an artifact. It should not be the basis for declaring the first file not tagged properly.
I am attempting to generate PDFs which are considered accessible using Python.
I am checking their Accessibility in Acrobat and getting what I think spurious warnings with regards to the title tag.
The XML packet before the acrobat "fix" looks like this:
```
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.1-c001 79.2a0d8d9, 2023/03/14-11:19:46 ">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" rdf:about="">
<dc:format>application/pdf/dc:format
<dc:title>
<rdf:Alt>
<rdf:li xml:lang="x-default">Vendor Report: VENDOR/rdf:li
/rdf:Alt
/dc:title
<xmp:ModifyDate>2023-05-26T12:54:04-04:00/xmp:ModifyDate
<xmp:CreateDate>2023-05-26T12:28:56-04:00/xmp:CreateDate
<xmp:MetadataDate>2023-05-26T12:54:04-04:00/xmp:MetadataDate
<xmpMM:DocumentID>uuid:befe056c-5bfe-4c4d-9d90-0d6b1d008200/xmpMM:DocumentID
<xmpMM:InstanceID>uuid:328eb639-0111-ac4b-a9ba-a39da14175e0/xmpMM:InstanceID
/rdf:Description
/rdf:RDF
/x:xmpmeta<?xpacket end="w"?>
```The XML packet after the acrobat "fix" looks like this:
```…6 votes -
Cannot Fill
Cannot fill and sign.
The alert keeps on coming saying that, "The operation failed because Adobe Acrobat encountered an unknown error
3 votes -
page control
In the new version of Acrobat (just became available), the page control features need to be returned.
In the old version, the page controls toolbar could be docked at the top or made so it would appear at the bottom of the page when the mouse went near it. That option was incredibly useful, please bring it back. It allowed an easy single click to change how the page was viewed, either by making single page view, or page scroll, and also by allowing a quick button to view page thumbnails.
Also, in the new Acrobat, there doesn't appear to be a pan function, please bring that back too.
In the new version of Acrobat (just became available), the page control features need to be returned.
In the old version, the page controls toolbar could be docked at the top or made so it would appear at the bottom of the page when the mouse went near it. That option was incredibly useful, please bring it back. It allowed an easy single click to change how the page was viewed, either by making single page view, or page scroll, and also by allowing a quick button to view page thumbnails.
Also, in the new Acrobat, there doesn't appear to…
4 votes -
Choose sheet size and other properties when creating pdfs from jpeg
(I have already posted this in community, but was directed here. Fortunately there is a "solution" but it is a bit laborsome, at least the first time: see here:
https://community.adobe.com/t5/acrobat-discussions/choose-sheet-size-and-other-properties-when-creating-pdfs-from-jpeg/m-p/14284448#M441904Suggestion:
Hello,
I think that the possibility to choose sheet size and other properties when creating pdfs from jpeg is missing. It is nice to be able to combine several jpegs to a pdf by the "combine function", but unfortunately, this creates huge sheets of the jpegs as opposed to the regular A4.
I had to go into each jpeg and print them from "windows photo", and that should be unnecessary. Maybe I am overlooking a solution, if not, this function should be added.
Regards Hallvard
(I have already posted this in community, but was directed here. Fortunately there is a "solution" but it is a bit laborsome, at least the first time: see here:
https://community.adobe.com/t5/acrobat-discussions/choose-sheet-size-and-other-properties-when-creating-pdfs-from-jpeg/m-p/14284448#M441904Suggestion:
Hello,
I think that the possibility to choose sheet size and other properties when creating pdfs from jpeg is missing. It is nice to be able to combine several jpegs to a pdf by the "combine function", but unfortunately, this creates huge sheets of the jpegs as opposed to the regular A4.
I had to go into each jpeg and print them from "windows photo", and that should be…
1 vote -
Turn system back to Windows 10 version
Allow drag and drop of pdf files from a file to an email in Outlook. It worked previously until I went from Windows 10 and Office 365 to Windows 11 and Office 365.
1 vote -
Search for contains the term being searched for
I am looking for the ability to search for a term where the term is "contained" and Acrobat will highlight all of these occurrences.
For example, I wanted to search for the term "scenario" and highlight all occurrences of it whether it is found as "scenario", "scenarios", or other variation. Unfortunately, I could not find any option that allowed for this. All I got was a teaser when typing the search term where it showed me that it could find the term as "scenario" (19 of them) or "scenarios" (just one) but would not for a combined result where it would highlight all 20. This would be extremely useful. I looked at the advanced search and while it show all 20 found in the results, the term is not highlighted in the document which is annoying.
Is there a way to have the basic search do "contains" searching so the search term is highlighted throughout the document?
I am looking for the ability to search for a term where the term is "contained" and Acrobat will highlight all of these occurrences.
For example, I wanted to search for the term "scenario" and highlight all occurrences of it whether it is found as "scenario", "scenarios", or other variation. Unfortunately, I could not find any option that allowed for this. All I got was a teaser when typing the search term where it showed me that it could find the term as "scenario" (19 of them) or "scenarios" (just one) but would not for a combined result where it…
2 votes -
Arabic
Please add Arabic language recognition when using the text editing feature in the pdf file
10 votes -
Control/Command + S
When I command/control+s to save a PDF from the reader on the Google Chrome extension, it does not save the PDF. So I have to manually click the download button and it takes a lot of my time, as I have to use Acrobat for work every day.
1 vote -
Change form fields types
It would be very useful to be able to change the form types from one to another without delete them.
1 vote -
Teen Patti Fun APK Download
If You Have Earned A Lot Of Money, It Is Not Possible To Earn So Fast, But If You Have Already Earned A Lot Of Money In Teen Patti Fun App,
1 vote -
Make Comments Toolbar Open Automatically/By Default for all pdf files
In 2020, Adobe claimed to have provided a fix. But did only half of it. Only for files with existing comments was the Comments toolbar automatically opened.
But I mark students' scripts all day long. And for every one I have to open the comments toolbar.
Why cannot I choose to have the comments toolbar automatically opened (or not, or if there are existing comments)?
Or do you get a cut from RSI physiotherapists?2 votes -
OCR Crashes Acrobat (both new and old experience)
Using Windows 10 and both new and old Acrobat DC experience crash (program closes) when I try to OCR with my Xerox Duplex Combo Scanner (which I have used for 5+ years without a problem before today). I have tried going through Enhance in Scan & OCR (in old experience) and it also crashes (not if I de-select Recognize Text, however). Not sure why all of a sudden, program crashes out on OCR (I have tried several scanned documents). Quite frustrating!
2 votes -
Templates for android app and downloaded program for computer
Hello, i would like too access templates from all platforms.
1 vote -
thevan.do@ul.com
This is Bug. When use select text, all image of part selected are broken.
1 vote -
notifications
too many notifications !!!!!!!!!
price too high3 votes -
Document title placement on page after document has been named
Where is the name of the document shown after it has been scanned in and named? Up until this morning, when I named a document, the name would show clearly at the top of the Adobe page. That way the page can rest in the background while i enter it into a database, and I could see the name of the document. Now I cannot even see where the document name is located anywhere on the Adobe page. How is it that the name of the document showing up is suddenly a design flaw? Why must any change to any program or app make things more difficult, more time-consuming?
Where is the name of the document shown after it has been scanned in and named? Up until this morning, when I named a document, the name would show clearly at the top of the Adobe page. That way the page can rest in the background while i enter it into a database, and I could see the name of the document. Now I cannot even see where the document name is located anywhere on the Adobe page. How is it that the name of the document showing up is suddenly a design flaw? Why must any change to any…
4 votes
- Don't see your idea?